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

NumericEditControl<(Of <(<'T>)>)>..::..SetText Method (Nullable<(Of <(<'Double>)>)>)

Sets the text.

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

Syntax


protected void SetText(
	Nullable<double> newValue
)
Protected Sub SetText ( _
	newValue As Nullable(Of Double) _
)
protected:
void SetText(
	Nullable<double^> newValue
)

Parameters

newValue
Type: Nullable<(Of <(<'Double>)>)>
The new value.