ActiveReports.Viewer6 Assembly > DataDynamics.ActiveReports.Toolbar Namespace : ToolsCollection Class |
The following tables list the members exposed by ToolsCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of tools in the toolbar tools collection. (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the toolbar tool at the specified indexed location in the toolbar tools collection. |
Name | Description | |
---|---|---|
Add | Adds a new toolbar tool to the end of the toolbar tool collection. | |
AddRange | Adds a collection of toolbar tools to this toolbar tool collection. | |
Clear | Removes all tools from the toolbar tool collection. (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether the specified toolbar tool is a member of the collection. | |
CopyTo | Copies tools from the collection to an array, starting at a particular array index. | |
GetEnumerator | Returns an enumerator that can iterate through the collection of tools. | |
IndexOf | Retrieves the index of the specified toolbar button in the collection. | |
Insert | Inserts an existing toolbar tool in the toolbar tools collection at the specified location. | |
Remove | Removes a given tool from the toolbar tools collection. | |
RemoveAt | Removes the tool object at the specified index from the collection. (Inherited from System.Collections.CollectionBase) | |
ToolById | Gets the toolbar tool with the specified ID in the toolbar tools collection. |