ToolsCollection Constructor | Initializes a new instance of the ToolsCollection class. |
Count (Inherited from System.Collections.CollectionBase) | Gets the number of tools in the toolbar tools collection. |
Item | Gets or sets the toolbar tool at the specified indexed location in the toolbar tools collection. |
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 (Inherited from System.Collections.CollectionBase) | Removes all tools from the toolbar tool collection. |
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 (Inherited from System.Collections.CollectionBase) | 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 (Inherited from System.Collections.CollectionBase) | Removes the tool object at the specified index from the collection. |
ToolById | Gets the toolbar tool with the specified ID in the toolbar tools collection. |
ToolsCollection Class | DataDynamics.ActiveReports.Toolbar Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.