TabPage.Visible Свойство
Определение
Этот элемент не может применяться для данного элемента управления.This member is not meaningful for this control.
public:
property bool Visible { bool get(); void set(bool value); };
[System.ComponentModel.Browsable(false)]
public bool Visible { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Visible : bool with get, set
Public Property Visible As Boolean
Значение свойства
Значение по умолчанию — true
.The default is true
.
- Атрибуты
Комментарии
Этот элемент не может применяться для данного элемента управления.This member is not meaningful for this control.
Чтобы скрыть вкладку в TabControl , необходимо удалить ее из коллекции элемента управления TabPages .To hide a tab in a TabControl, you must remove it from the control's TabPages collection.