共用方式為


StatusBar.TabStop 屬性

定義

取得或設定值,指出使用者是否能夠使用 Tab 鍵移至 StatusBar

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

屬性值

Boolean

如果 Tab 鍵可以將焦點 (Focus) 移至 StatusBar,則為 true,否則為 false。 預設為 false

適用於