ToolboxComponentsCreatingEventArgs::DesignerHost Property

 

Gets or sets an instance of the IDesignerHost that made the request to create toolbox components.

Namespace:   System.Drawing.Design
Assembly:  System.Drawing (in System.Drawing.dll)

public:
property IDesignerHost^ DesignerHost {
	IDesignerHost^ get();
}

Property Value

Type: System.ComponentModel.Design::IDesignerHost^

The IDesignerHost that made the request to create toolbox components, or null if no designer host was provided to the toolbox item.

This property can be null if no designer host was provided to the toolbox item.

.NET Framework
Available since 1.1
Return to top
Show: