_OlkTextBox.TabKeyBehavior Property

Definition

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.

Applies to