ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design.Toolbox Namespace / BaseToolbox Class / GetSelectedToolboxItem Method / GetSelectedToolboxItem(IDesignerHost) Method

In This Topic
    GetSelectedToolboxItem(IDesignerHost) Method
    In This Topic
    Gets the currently selected toolbox item.
    Syntax
    'Declaration
     
    Public Overloads Function GetSelectedToolboxItem( _
       ByVal host As IDesignerHost _
    ) As ToolboxItem
    public ToolboxItem GetSelectedToolboxItem( 
       IDesignerHost host
    )

    Parameters

    host
    See Also