This documentation is archived and is not being maintained.
WebControlToolboxItem.GetToolType Method
.NET Framework 1.1
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:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
WebControlToolboxItem Class | WebControlToolboxItem Members | System.Web.UI.Design Namespace
Show: