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

BaseWindow..::..SetFocusToFirstControl Property

Gets or sets a value whether to set focus to the first editable control when the window first shows.

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

Syntax


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

Field Value

true if [set focus to first control]; otherwise, false.