Component.DesignMode 속성

정의

Component가 현재 디자인 모드인지 여부를 나타내는 값을 가져옵니다.

protected:
 property bool DesignMode { bool get(); };
[System.ComponentModel.Browsable(false)]
protected bool DesignMode { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DesignMode : bool
Protected ReadOnly Property DesignMode As Boolean

속성 값

Component가 디자인 모드이면 true이고, 그렇지 않으면 false입니다.

특성

설명

디자인 모드 표시기는 에 ISite저장되므로 에 연결된 가 ISite 없으면 Component 이 속성의 값은 입니다false.

적용 대상

추가 정보