EditorPartChrome.Zone Property

Definition

Gets a reference to the associated EditorZoneBase zone.

protected:
 property System::Web::UI::WebControls::WebParts::EditorZoneBase ^ Zone { System::Web::UI::WebControls::WebParts::EditorZoneBase ^ get(); };
protected System.Web.UI.WebControls.WebParts.EditorZoneBase Zone { get; }
member this.Zone : System.Web.UI.WebControls.WebParts.EditorZoneBase
Protected ReadOnly Property Zone As EditorZoneBase

Property Value

A reference to an EditorZoneBase that is associated with the EditorPartChrome.

Remarks

The Zone property provides a reference to the EditorZoneBase zone that contains the controls for which the EditorPartChrome object provides rendering.

Applies to