EditorZoneBase.EditorPartChrome Property
In this article
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 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
An EditorPartChrome that contains style characteristics for the chrome elements of EditorPart controls in a zone.
- Attributes
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 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: