EditorPart.Zone 屬性

定義

取得包含 EditorZoneBase 控制項之 EditorPart 區域的參考。

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

屬性值

EditorZoneBase,包含控制項。

備註

Zone雖然屬性是唯讀的,但它提供包含 EditorPart 控制項的區域物件參考,而且您可以透過程式設計方式變更區域本身的屬性值。

適用於

另請參閱