EditorPartChrome(EditorZoneBase) Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- zone
- EditorZoneBase
EditorZoneBase associé.
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.