EditorZoneBase.EditorPartChrome Właściwość

Definicja

Pobiera odwołanie do wystąpienia klasy skojarzonej EditorPartChrome ze strefą 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

Wartość właściwości

Element EditorPartChrome , który zawiera cechy stylu elementów chromowanych EditorPart kontrolek w strefie.

Atrybuty

Uwagi

Właściwość EditorPartChrome zawiera odwołanie do EditorPartChrome obiektu skojarzonego ze strefą. CreateEditorPartChrome Po wywołaniu metody tworzy wystąpienie klasy, a to wystąpienie jest używane do renderowania elementów interfejsu użytkownika peryferyjnego EditorPartChrome (interfejsu użytkownika) (nazywanego również chrome) dla wszystkich EditorPart kontrolek w strefie.

Elementy chrome dla pojedynczej EditorPart kontrolki obejmują obramowanie i inne elementy w obszarze nagłówka, takie jak czasowniki, ikony i tekst tytułu, a także obszar stopki i dołączone elementy.

Dotyczy

Zobacz też