CatalogZoneBase::CatalogPartChrome Property
.NET Framework (current version)
Gets a reference to the instance of the CatalogPartChrome class associated with the CatalogZoneBase zone.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property CatalogPartChrome^ CatalogPartChrome { CatalogPartChrome^ get(); }
Property Value
Type: System.Web.UI.WebControls.WebParts::CatalogPartChrome^A CatalogPartChrome that is associated with the zone.
When the CreateCatalogPartChrome method is called, it creates one instance of the CatalogPartChrome class, and this instance is used to render the peripheral user interface (UI) elements (also called the chrome) for all CatalogPart controls in a zone.
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: