ToolboxItem.GetType Method (IDesignerHost)

 

Enables access to the type associated with the toolbox item.

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

member GetType : 
        host:IDesignerHost -> Type

Parameters

host
Type: System.ComponentModel.Design.IDesignerHost

The designer host to query for ITypeResolutionService.

Return Value

Type: System.Type

The type associated with the toolbox item.

The designer host is used to access an implementation of the ITypeResolutionService interface. However, the loaded type is not added to the list of references in the designer host.

.NET Framework
Available since 2.0
Return to top
Show: