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

Glossary Item Box

Gets the ToolboxItemCollection associated with the specified host from the specified category in the toolbox.

Overload List

OverloadDescription
GetToolboxItems(String,IDesignerHost)Gets the ToolboxItemCollection associated with the specified host from the specified category in the toolbox.  
GetToolboxItems(String)Gets the ToolboxItemCollection from the specified category in the toolbox.  
GetToolboxItems(IDesignerHost)Gets the ToolboxItemCollection associated with the specified host from the toolbox.  
GetToolboxItems()Gets the entire ToolboxItemCollection from the toolbox.  

See Also