CatalogZoneBase.CreateCatalogPartChrome Method

Creates an instance of a CatalogPartChrome object used to render the peripheral user interface (UI) elements for CatalogPart controls in a zone.

Namespace: System.Web.UI.WebControls.WebParts
Assembly: System.Web (in system.web.dll)

protected:
virtual CatalogPartChrome^ CreateCatalogPartChrome ()
protected CatalogPartChrome CreateCatalogPartChrome ()
protected function CreateCatalogPartChrome () : CatalogPartChrome
Not applicable.

Return Value

A CatalogPartChrome that renders the peripheral UI elements for the zone.

The CreateCatalogPartChrome method returns a CatalogPartChrome object. The chrome elements for an individual CatalogPart control include its border and title text. The CatalogPart controls provided with the Web Parts control set do not have header verbs by default. However, it is possible to set the ChromeState property of a CatalogPart control, so that you can minimize and restore the control programmatically if needed.

Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: