IExpressionEditorInstance.AcceptsTab Property

Definition

Gets or sets a value that indicates whether the expression editor instance accepts the TAB key.

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 the expression editor accepts the TAB key; otherwise, false.

Applies to