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

EnumFieldTranslation..::..LoadFromBoolean Method

Loads from boolean.

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

Syntax


public void LoadFromBoolean(
	string trueText,
	string falseText
)
Public Sub LoadFromBoolean ( _
	trueText As String, _
	falseText As String _
)
public:
void LoadFromBoolean(
	String^ trueText, 
	String^ falseText
)

Parameters

trueText
Type: String
The true text.
falseText
Type: String
The false text.