Component.DesignMode 속성
정의
protected:
property bool DesignMode { bool get(); };
[System.ComponentModel.Browsable(false)]
protected bool DesignMode { get; }
member this.DesignMode : bool
Protected ReadOnly Property DesignMode As Boolean
속성 값
Component가 디자인 모드이면 true
이고, 그렇지 않으면 false
입니다.true
if the Component is in design mode; otherwise, false
.
- 특성
설명
디자인 모드 표시기에 저장 됩니다는 ISite따라서 경우 합니다 Component 없는 ISite 이 속성의 값은 연결 된 false
합니다.The design mode indicator is stored in the ISite; therefore, if the Component does not have an ISite associated with it, the value of this property is false
.