ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / SetSelectedToolboxItem Method

In This Topic
    SetSelectedToolboxItem Method
    In This Topic
    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