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

DropDownEditControl..::..RsIsTabStop Property

Gets or sets a value indicating whether [rs is tab stop]. This is a bind-able property.

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

Syntax


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

Field Value

true if [rs is tab stop]; otherwise, false.