EditorZoneBase.EditorPartChrome 屬性

定義

取得與 EditorPartChrome 區域相關聯之 EditorZoneBase 類別執行個體的參考。

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

屬性值

EditorPartChrome,包含區域中 EditorPart 控制項之 Chrome 項目的樣式特性。

屬性

備註

屬性 EditorPartChrome 會提供與區域相關聯之物件的參考 EditorPartChromeCreateEditorPartChrome呼叫 方法時,它會建立 類別的 EditorPartChrome 實例,並使用這個實例來轉譯周邊使用者介面, (UI) 元素 (也稱為區域中所有 EditorPart 控制項的 chrome) 。

個別 EditorPart 控制項的 Chrome 元素在其頁首區域中包含其框線和其他專案,例如動詞、圖示和標題文字,以及其頁尾區域及其內含元素。

適用於

另請參閱