다음을 통해 공유


EditorZoneBase.CreateEditorPartChrome 메서드

정의

EditorPartChrome 영역 주위의 주변 UI(사용자 인터페이스)를 렌더링하는 데 사용되는 새 EditorZoneBase 개체에 대한 참조를 가져옵니다.

protected:
 virtual System::Web::UI::WebControls::WebParts::EditorPartChrome ^ CreateEditorPartChrome();
protected virtual System.Web.UI.WebControls.WebParts.EditorPartChrome CreateEditorPartChrome ();
abstract member CreateEditorPartChrome : unit -> System.Web.UI.WebControls.WebParts.EditorPartChrome
override this.CreateEditorPartChrome : unit -> System.Web.UI.WebControls.WebParts.EditorPartChrome
Protected Overridable Function CreateEditorPartChrome () As EditorPartChrome

반환

영역에 대한 주변 UI 요소를 렌더링하는 EditorPartChrome입니다.

설명

메서드는 CreateEditorPartChromeEditorPartChrome 개체를 반환합니다. Chrome에는 영역의 각 개별 EditorPart 컨트롤을 둘러싸는 주변 장치 UI 요소인 테두리, 제목 표시줄, 선택적 아이콘, 제목 텍스트 및 동사 메뉴를 포함하여 제목 표시줄 내에 표시되는 항목, 컨트롤의 바닥글 영역에 표시되는 항목이 포함됩니다.

메서드는 CreateEditorPartChrome 반환 EditorPartChrome 된 개체를 사용하여 각 EditorPart 컨트롤 주위에 크롬을 만듭니다.

상속자 참고

메서드는 CreateEditorPartChrome() 파생 클래스에서 재정의되어 다른 구현을 제공할 수 있습니다. 예를 들어 사용자 지정된 EditorPartChrome 클래스를 만들어 편집 UI의 렌더링 및 모양을 보다 자세히 제어할 수 있습니다. 파생 영역에서 메서드를 재정의하는 경우 재정의 CreateEditorPartChrome() 된 메서드에서 사용자 지정 EditorPartChrome 개체를 만들 수 있습니다.

적용 대상

추가 정보