ActiveReports.Viewer3 Request technical support
ToolsCollection Class Members
See Also  Properties  Methods 


The following tables list the members exposed by ToolsCollection.

Public Constructors

 NameDescription
Public ConstructorToolsCollection ConstructorInitializes a new instance of the ToolsCollection class.  
Top

Public Properties

 NameDescription
Public PropertyCapacity (Inherited from System.Collections.CollectionBase)
Public PropertyCountGets the number of tools in the toolbar tools collection. (Inherited from System.Collections.CollectionBase)
Public PropertyItemGets or sets the toolbar tool at the specified indexed location in the toolbar tools collection.  
Top

Public Methods

 NameDescription
Public MethodAddAdds a new toolbar tool to the end of the toolbar tool collection.  
Public MethodAddRangeAdds a collection of toolbar tools to this toolbar tool collection.  
Public MethodClearRemoves all tools from the toolbar tool collection. (Inherited from System.Collections.CollectionBase)
Public MethodContainsDetermines whether the specified toolbar tool is a member of the collection.  
Public MethodCopyToCopies tools from the collection to an array, starting at a particular array index.  
Public MethodGetEnumeratorReturns an enumerator that can iterate through the collection of tools.  
Public MethodIndexOfRetrieves the index of the specified toolbar button in the collection.  
Public MethodInsertInserts an existing toolbar tool in the toolbar tools collection at the specified location.  
Public MethodRemoveRemoves a given tool from the toolbar tools collection.  
Public MethodRemoveAtRemoves the tool object at the specified index from the collection. (Inherited from System.Collections.CollectionBase)
Public MethodToolByIdGets the toolbar tool with the specified ID in the toolbar tools collection.  
Top

See Also