This documentation is archived and is not being maintained.

WebControlToolboxItem.GetToolType Method

Gets the type of this toolbox item.

[Visual Basic]
Public Function GetToolType( _
   ByVal host As IDesignerHost _
) As Type
[C#]
public Type GetToolType(
 IDesignerHost host
);
[C++]
public: Type* GetToolType(
 IDesignerHost* host
);
[JScript]
public function GetToolType(
   host : IDesignerHost
) : Type;

Parameters

host
The IDesignerHost for the current design document.

Return Value

The Type of this toolbox item.

Requirements

Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family

.NET Framework Security: 

See Also

WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace

Show: