EditorPart.Zone Property

Definition

Gets a reference to the EditorZoneBase zone that contains an EditorPart control.

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

An EditorZoneBase that contains the control.

Remarks

Although the Zone property is read-only, it provides a reference to the zone object that contains the EditorPart control, and you can programmatically change property values on the zone itself.

Applies to

See also