CatalogZoneBase.CatalogPartChrome Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.