EditorZoneBase.EditorPartChrome Property

Definition

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

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

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

See also