WebControlToolboxItem.GetToolType(IDesignerHost) Method

Definition

Gets the type of this toolbox item.

public:
 Type ^ GetToolType(System::ComponentModel::Design::IDesignerHost ^ host);
public Type GetToolType (System.ComponentModel.Design.IDesignerHost host);
member this.GetToolType : System.ComponentModel.Design.IDesignerHost -> Type
Public Function GetToolType (host As IDesignerHost) As Type

Parameters

host
IDesignerHost

The IDesignerHost for the current design document.

Returns

The Type of this toolbox item.

Applies to