TabPage.VisibleChanged Evento
Definición
public:
event EventHandler ^ VisibleChanged;
[System.ComponentModel.Browsable(false)]
public event EventHandler VisibleChanged;
[<System.ComponentModel.Browsable(false)>]
member this.VisibleChanged : EventHandler
Public Custom Event VisibleChanged As EventHandler
Tipo de evento
- Atributos
Comentarios
La Visible propiedad no es significativa para este control, aunque se puede cambiar su valor y controlar el VisibleChanged evento para detectar el cambio.The Visible property is not meaningful for this control, although you can change its value and handle the VisibleChanged event to detect the change.
Para ocultar una pestaña en una TabControl , debe quitarla de la colección del control TabPages .To hide a tab in a TabControl, you must remove it from the control's TabPages collection.