WebControlToolboxItem.GetToolType Method
.NET Framework 3.0
Gets the type of this toolbox item.
Namespace: System.Web.UI.Design
Assembly: System.Design (in system.design.dll)
Assembly: System.Design (in system.design.dll)
public Type GetToolType ( IDesignerHost host )
public function GetToolType ( host : IDesignerHost ) : Type
Not applicable.
Parameters
- host
The IDesignerHost for the current design document.
Return Value
The Type of this toolbox item.Community Additions
ADD
Show: