ThemeProvider.DesignerHost Propiedad

Definición

Obtiene un objeto IDesignerHost que representa el entorno del diseñador actual.

public:
 property System::ComponentModel::Design::IDesignerHost ^ DesignerHost { System::ComponentModel::Design::IDesignerHost ^ get(); };
public System.ComponentModel.Design.IDesignerHost DesignerHost { get; }
member this.DesignerHost : System.ComponentModel.Design.IDesignerHost
Public ReadOnly Property DesignerHost As IDesignerHost

Valor de propiedad

Un IDesignerHost que representa el entorno de diseñador actual.

Se aplica a

Consulte también