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

DateEditProcessor..::..PasteText Method

Pastes the text.

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

Syntax


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

Parameters

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

Return Value

true if XXXX, false otherwise.