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

属性

注釈

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

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

適用対象

こちらもご覧ください