Form.TabStop 屬性

定義

取得或設定值,指出使用者是否能使用 TAB 鍵,將焦點 (Focus) 給予這個控制項。

public:
 property bool TabStop { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool TabStop { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.TabStop : bool with get, set
Public Property TabStop As Boolean

屬性值

Boolean

如果使用者可以使用 TAB 鍵將焦點置於這個控制項,則為 true,否則為 false。 預設為 true

屬性

適用於