_OlkTextBox.TabKeyBehavior 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 how the control responds to the TAB key. Read/write.
public:
property bool TabKeyBehavior { bool get(); void set(bool value); };
public bool TabKeyBehavior { get; set; }
Public Property TabKeyBehavior As Boolean
Property Value
Remarks
If this property is True, pressing TAB inserts a tab character in the text box. If this property is False, focus moves to the next control in the tab order.
The default value is False.