共用方式為


IExpressionEditorInstance.AcceptsTab 屬性

定義

取得或設定值,這個值表示運算式編輯器執行個體是否接受 TAB 鍵。

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

屬性值

如果運算式編輯器接受 TAB 鍵,則為 true,否則為 false

適用於