ExpressionTextBox.AcceptsTab Property

Definition

Gets or sets a value that indicates whether the expression text box accepts tabs.

public:
 property bool AcceptsTab { bool get(); void set(bool value); };
public bool AcceptsTab { get; set; }
member this.AcceptsTab : bool with get, set
Public Property AcceptsTab As Boolean

Property Value

true if tabs are accepted; otherwise, false.

Applies to