ActiveReports 13
SetSelectedToolboxItem Method

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > BaseToolbox Class : SetSelectedToolboxItem Method
The SetSelectedToolboxItem method selects the specified ToolboxItem as the current toolbox item.
Syntax
'Declaration
 
Public Sub SetSelectedToolboxItem( _
   ByVal toolboxItem As ToolboxItem _
) 
public void SetSelectedToolboxItem( 
   ToolboxItem toolboxItem
)

Parameters

toolboxItem
See Also

Reference

BaseToolbox Class
BaseToolbox Members