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 odwołuje się element zone , to null.

Uwagi

Konstruktor EditorPartChrome inicjuje nowe wystąpienie EditorPartChrome klasy . Jest ona używana głównie przez strefę EditorZoneBase w swojej CreateEditorPartChrome metodzie do tworzenia wystąpienia EditorPartChrome obiektu, które obsługuje renderowanie chrome i dowolne niestandardowe renderowanie dla EditorPart kontrolek w strefie.

Dotyczy