Sitefinity CMS

Telerik.Framework Send comments on this topic.
ToolboxItem Constructor(Type)
See Also 
Telerik.Web Namespace > ToolboxItem Class > ToolboxItem Constructor : ToolboxItem Constructor(Type)


type
The type of the control which would be registered when editing a page.
Initializes the ToolboxItem class by specifing the control type which would be registered in the toolbox when editing a page.  

 

Namespace: Telerik.Web
Assembly: Telerik.Framework (in Telerik.Framework.dll)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Type _
)
Visual Basic (Usage)Copy Code
Dim type As Type
 
Dim instance As ToolboxItem(type)
C# 
public ToolboxItem( 
   Type type
)

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal type As Type _
)
Visual Basic (Usage)Copy Code
Dim type As Type
 
Dim instance As ToolboxItem(type)
C# 
public ToolboxItem( 
   Type type
)

Parameters

type
The type of the control which would be registered when editing a page.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also