다음을 통해 공유


CatalogZoneBase.CreateCatalogPartChrome 메서드

정의

영역에 있는 CatalogPartChrome 컨트롤의 주변 UI(사용자 인터페이스) 요소를 렌더링하는 데 사용되는 CatalogPart 개체의 인스턴스를 만듭니다.

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

반환

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

설명

CreateCatalogPartChrome 메서드는 CatalogPartChrome 개체를 반환합니다. 개별 CatalogPart 컨트롤에 대한 chrome 요소에는 테두리 및 제목 텍스트가 포함됩니다. 웹 파트 컨트롤 집합과 함께 제공되는 컨트롤에는 CatalogPart 기본적으로 헤더 동사가 없습니다. 그러나 필요한 경우 프로그래밍 방식으로 컨트롤을 ChromeState 최소화하고 복원할 수 있도록 컨트롤의 CatalogPart 속성을 설정할 수 있습니다.

적용 대상

추가 정보