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 键将焦点移至 StatusBar,则为 true;否则为 false。 默认值为 false

适用于