Sitefinity CMS

Telerik.Framework Send comments on this topic.
CreateToolBoxControls Method
See Also 
Telerik Namespace > IWebModule Interface : CreateToolBoxControls Method


parent

 

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

Syntax

Visual Basic (Declaration) 
Function CreateToolBoxControls( _
   ByVal parent As TemplateControl _
) As IControlPanelCommand()
Visual Basic (Usage)Copy Code
Dim instance As IWebModule
Dim parent As TemplateControl
Dim value() As IControlPanelCommand
 
value = instance.CreateToolBoxControls(parent)
C# 
IControlPanelCommand[] CreateToolBoxControls( 
   TemplateControl parent
)

Parameters

parent

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