CatalogZoneBase.CatalogPartChrome Property

Definition

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

C#
[System.ComponentModel.Browsable(false)]
public System.Web.UI.WebControls.WebParts.CatalogPartChrome CatalogPartChrome { get; }

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

Proizvod Verzije
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

See also