Partager via


EditorPartChrome(EditorZoneBase) Constructeur

Définition

Initialise une nouvelle instance de la classe 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)

Paramètres

Exceptions

EditorZoneBase auquel zone fait référence est null.

Remarques

Le constructeur EditorPartChrome initialise une nouvelle instance de la classe EditorPartChrome. Il est utilisé principalement par une EditorZoneBase zone dans sa CreateEditorPartChrome méthode pour créer une instance de l’objet EditorPartChrome qui gère le rendu chrome et tout rendu personnalisé pour EditorPart les contrôles dans la zone.

S’applique à