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

Glossary Item Box

Gets the entire ToolboxItemCollection from the toolbox.

Syntax

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

Return Value

The System.Drawing.Design ToolboxItemCollection that contains the current toolbox items.

See Also