Share via


EditorZoneBase.EditorPartChrome 속성

정의

EditorPartChrome 영역과 연결된 EditorZoneBase 클래스의 인스턴스에 대한 참조를 가져옵니다.

public:
 property System::Web::UI::WebControls::WebParts::EditorPartChrome ^ EditorPartChrome { System::Web::UI::WebControls::WebParts::EditorPartChrome ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.EditorPartChrome EditorPartChrome { get; }
[<System.ComponentModel.Browsable(false)>]
member this.EditorPartChrome : System.Web.UI.WebControls.WebParts.EditorPartChrome
Public ReadOnly Property EditorPartChrome As EditorPartChrome

속성 값

영역에 있는 EditorPartChrome 컨트롤의 크롬 요소에 대한 스타일 특징이 포함된 EditorPart입니다.

특성

설명

속성은 EditorPartChrome 영역과 연결된 개체에 EditorPartChrome 대한 참조를 제공합니다. 메서드가 CreateEditorPartChrome 호출되면 클래스의 인스턴스가 만들어지고, 이 인스턴스는 영역의 EditorPartChrome 모든 EditorPart 컨트롤에 대해 주변 장치 UI(사용자 인터페이스) 요소(크롬이라고도 함)를 렌더링하는 데 사용됩니다.

개별 EditorPart 컨트롤의 chrome 요소에는 머리글 영역의 테두리 및 기타 항목(예: 동사, 아이콘 및 제목 텍스트)과 바닥글 영역 및 포함된 요소가 포함됩니다.

적용 대상

추가 정보