次の方法で共有


EditorZoneBase.EditorPartChrome プロパティ

定義

EditorZoneBase ゾーンに関連付けられているEditorPartChrome クラスのインスタンスへの参照を取得します。

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

プロパティ値

ゾーン内のEditorPart コントロールのクロム要素のスタイル特性を含むEditorPartChrome

属性

注釈

EditorPartChrome プロパティは、ゾーンに関連付けられているEditorPartChrome オブジェクトへの参照を提供します。 CreateEditorPartChrome メソッドが呼び出されると、EditorPartChrome クラスのインスタンスが作成され、このインスタンスを使用して、ゾーン内のすべてのEditorPart コントロールの周辺機器ユーザー インターフェイス (UI) 要素 (クロムとも呼ばれます) がレンダリングされます。

個々の EditorPart コントロールのクロム要素には、その境界線とそのヘッダー領域のその他の項目 (動詞、アイコン、タイトル テキストなど) と、フッター領域とその含まれる要素が含まれます。

適用対象

こちらもご覧ください