Sitefinity CMS

Telerik.Framework Send comments on this topic.
Intialize Method
See Also 
Telerik.Web Namespace > ToolboxItem Class : Intialize Method


type
The type of a control which would be used to fulfil the objects information and which is to be displayed in the toolbox when editing a page.
Initializes the ToolboxItem object by specifing default values for the object depending on the provided type.

 

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

Syntax

Visual Basic (Declaration) 
Public Sub Intialize( _
   ByVal type As Type _
) 
Visual Basic (Usage)Copy Code
Dim instance As ToolboxItem
Dim type As Type
 
instance.Intialize(type)
C# 
public void Intialize( 
   Type type
)

Parameters

type
The type of a control which would be used to fulfil the objects information and which is to be displayed in the toolbox 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