RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

DataEntryNumericControlProcessor..::..PasteText Method

Pastes the text.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public bool PasteText(
	DecimalEditControlSetup setup,
	string newText
)
Public Function PasteText ( _
	setup As DecimalEditControlSetup, _
	newText As String _
) As Boolean
public:
bool^ PasteText(
	DecimalEditControlSetup^ setup, 
	String^ newText
)

Parameters

setup
Type: RingSoft.DataEntryControls.Engine..::..DecimalEditControlSetup
The setup.
newText
Type: String
The new text.

Return Value

true if XXXX, false otherwise.