TabPage.Visible 속성

정의

이 멤버는 이 컨트롤에 의미가 없습니다.

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

속성 값

Boolean

기본값은 true입니다.

특성

설명

이 멤버는 이 컨트롤에 의미가 없습니다.

TabControl을 숨기려면 컨트롤의 TabPages 컬렉션에서 제거해야 합니다.

적용 대상