CatalogZoneBase.CatalogPartChrome Property

Definition

Gets a reference to the instance of the CatalogPartChrome class associated with the CatalogZoneBase zone.

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

Property Value

A CatalogPartChrome that is associated with the zone.

Attributes

Remarks

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.

Applies to

See also