ActiveReports Developer 7
GetSelectedToolboxItem() Method
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class > GetSelectedToolboxItem Method : GetSelectedToolboxItem() Method

Glossary Item Box

Gets the currently selected ToolboxItem.

Syntax

Visual Basic (Declaration) 
Public Overloads Function GetSelectedToolboxItem() As System.Drawing.Design.ToolboxItem
C# 
public System.Drawing.Design.ToolboxItem GetSelectedToolboxItem()

See Also