ProgressBar.TabStop 属性

定义

重写 TabStop

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

属性值

如果用户可以用 TAB 键将焦点设置到该控件上,则为 true;否则为 false。 默认值为 true。

属性

适用于