TabPage.TabStop Propiedad
Definición
Este miembro no es significativo para este control.This member is not meaningful for this control.
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
De manera predeterminada, es true
.The default is true
.
- Atributos
Comentarios
TabPage los controles se incluyen en TabControl los controles y no reciben el foco individualmente como parte del orden de tabulación del formulario.TabPage controls are contained within TabControl controls and do not receive focus individually as part of the form's TAB order. Por lo tanto, esta propiedad no tiene sentido para esta clase.This property is therefore meaningless for this class.