This documentation is archived and is not being maintained.

EditorZoneBase::CreateEditorPartChrome Method

Gets a reference to a new EditorPartChrome object used to render the peripheral user interface (UI) elements around an EditorZoneBase zone.

Namespace:  System.Web.UI.WebControls.WebParts
Assembly:  System.Web (in System.Web.dll)

protected:
virtual EditorPartChrome^ CreateEditorPartChrome()

Return Value

Type: System.Web.UI.WebControls.WebParts::EditorPartChrome
An EditorPartChrome that renders the peripheral UI elements for the zone.

The CreateEditorPartChrome method returns a new EditorPartChrome object. Chrome includes the following peripheral UI elements that surround each individual EditorPart control in the zone: a border; a title bar; the items that appear within the title bar, including optional icons, title text, and a verbs menu; and items appearing in the footer area of a control.

The CreateEditorPartChrome method uses the returned EditorPartChrome object to create the chrome around each EditorPart control.

Notes to Inheritors:

The CreateEditorPartChrome method can be overridden in a derived class to provide a different implementation. For example, you might create a customized EditorPartChrome class to give you more control over the rendering and appearance of the editing UI. If you override the CreateEditorPartChrome method in a derived zone, you could create your custom EditorPartChrome object in the overridden method.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: