다음을 통해 공유


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

속성 값

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

설명

ID 속성은 숨겨지지 않습니다. PreFilterProperties 메서드를 사용 하 여 HidePropertiesInTemplateMode 는 속성을 ID 속성 이외의 속성을 숨겨야 하는지 여부를 확인 하는 속성 표에서 컨트롤이 템플릿 편집 모드입니다.

적용 대상

추가 정보