_OlkTextBox.AutoTab Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets a Boolean (bool in C#) that specifies if a tab is inserted automatically when the control has been filled to the maximum length specified. Read/write.
public:
property bool AutoTab { bool get(); void set(bool value); };
public bool AutoTab { get; set; }
Public Property AutoTab As Boolean
Property Value
Remarks
The default value for this property is False.