ActiveReports 8
GetToolboxItems() Method
See Also 
GrapeCity.ActiveReports.Design.Win.v8 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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also