Język

EditorPartChrome(EditorZoneBase) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy EditorPartChrome.

public:
 EditorPartChrome(System::Web::UI::WebControls::WebParts::EditorZoneBase ^ zone);
public EditorPartChrome(System.Web.UI.WebControls.WebParts.EditorZoneBase zone);
new System.Web.UI.WebControls.WebParts.EditorPartChrome : System.Web.UI.WebControls.WebParts.EditorZoneBase -> System.Web.UI.WebControls.WebParts.EditorPartChrome
Public Sub New (zone As EditorZoneBase)

Parametry

zone
EditorZoneBase

Skojarzony element EditorZoneBase.

Wyjątki

Element EditorZoneBase , do którego zone odnosi się , to null.

Uwagi

Konstruktor EditorPartChrome inicjuje nowe wystąpienie EditorPartChrome klasy. Jest on używany głównie przez strefę EditorZoneBase w swojej CreateEditorPartChrome metodzie, aby utworzyć wystąpienie EditorPartChrome obiektu obsługującego renderowanie chrome i dowolne niestandardowe renderowanie dla EditorPart kontrolek w strefie.

Dotyczy