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
Associé EditorZoneBase.
Exceptions
Ce EditorZoneBase qui zone fait référence à c’est null.
Remarques
Le EditorPartChrome constructeur initialise une nouvelle instance de la EditorPartChrome classe. Il est principalement utilisé par une EditorZoneBase zone de 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 de la zone.