EditorZoneBase.EditorPartChrome プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 コントロールのクロム要素には、その境界線とそのヘッダー領域のその他の項目 (動詞、アイコン、タイトル テキストなど) と、フッター領域とその含まれる要素が含まれます。