ProgressBar.TabStop Propiedad

Definición

Invalida 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

Valor de propiedad

Es true si el usuario puede establecer el foco en el control mediante la tecla TAB; de lo contrario, es false. El valor predeterminado es true.

Atributos

Se aplica a