IDesignerEventService.ActiveDesigner Propriété
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.
Obtient le concepteur racine du document actif.
public:
property System::ComponentModel::Design::IDesignerHost ^ ActiveDesigner { System::ComponentModel::Design::IDesignerHost ^ get(); };
public System.ComponentModel.Design.IDesignerHost ActiveDesigner { get; }
member this.ActiveDesigner : System.ComponentModel.Design.IDesignerHost
Public ReadOnly Property ActiveDesigner As IDesignerHost
Valeur de propriété
Document actif ou null s’il n’existe aucun document actif.