DesignTimeVisibleAttribute.Visible 속성

정의

디자인 타임에 구성 요소가 표시될지 여부를 가져오거나 설정합니다.

public:
 property bool Visible { bool get(); };
public bool Visible { get; }
member this.Visible : bool
Public ReadOnly Property Visible As Boolean

속성 값

이 구성 요소가 디자인 타임에 표시되면 true이고, 그렇지 않으면 false입니다.

적용 대상