_OlkTextBox.AutoTab Property

Definition

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.

Applies to