EditorZoneBase.EditorPartChrome Property

Definition

Gets a reference to the instance of the EditorPartChrome class associated with the EditorZoneBase zone.

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

Property Value

An EditorPartChrome that contains style characteristics for the chrome elements of EditorPart controls in a zone.

Attributes

Remarks

The EditorPartChrome property provides a reference to the EditorPartChrome object associated with a zone. When the CreateEditorPartChrome method is called, it creates an instance of the EditorPartChrome class, and this instance is used to render the peripheral user interface (UI) elements (also called the chrome) for all EditorPart controls in the zone.

The chrome elements for an individual EditorPart control include its border and other items in its header area, such as verbs, icons, and title text, as well as its footer area and its included elements.

Applies to

Product Versions
.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