EditorZoneBase.EditorPartChrome 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 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 會提供與區域相關聯之對象的參考 EditorPartChrome 。 CreateEditorPartChrome呼叫 方法時,它會建立 類別的EditorPartChrome實例,並使用這個實例來轉譯周邊使用者介面, (UI) 元素 (也稱為區域中所有EditorPart控件的 chrome) 。
個別 EditorPart 控件的 Chrome 元素在其頁首區域中包含其框線和其他專案,例如動詞、圖示和標題文字,以及其頁尾區域及其內含元素。