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

BaseWindow..::..EnterToTab Property

Gets or sets a value indicating whether [enter to tab].

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

Syntax


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

Field Value

true if [enter to tab]; otherwise, false.