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

DataEntryMemoEditor..::..SelectAllOnGotFocus Property

Gets or sets a value indicating whether [select all on got focus]. This is a bind-able property.

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

Syntax


public bool SelectAllOnGotFocus { get; set; }
Public Property SelectAllOnGotFocus As Boolean
	Get
	Set
public:
property bool^ SelectAllOnGotFocus {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [select all on got focus]; otherwise, false.