ControlDesigner.HidePropertiesInTemplateMode 속성

정의

컨트롤이 템플릿 모드에 있을 때 연결된 컨트롤의 속성이 숨겨지는지 여부를 나타내는 값을 가져옵니다.

protected public:
 virtual property bool HidePropertiesInTemplateMode { bool get(); };
protected internal virtual bool HidePropertiesInTemplateMode { get; }
member this.HidePropertiesInTemplateMode : bool
Protected Friend Overridable ReadOnly Property HidePropertiesInTemplateMode As Boolean

속성 값

Boolean

컨트롤이 템플릿 모드에 있을 때 연결된 컨트롤의 속성이 숨겨지면 true이고, 그렇지 않으면 false입니다. 기본값은 true입니다.

설명

ID 속성은 숨겨지지 않습니다. 이 메서드는 PreFilterProperties 이 속성을 사용하여 HidePropertiesInTemplateMode 컨트롤이 템플릿 편집 모드에 있는 동안 ID 속성 이외의 속성을 속성 표에서 숨길지 여부를 결정합니다.

적용 대상

추가 정보