ActiveReports.Viewer3 Request technical support
Clear Method
See Also 


Removes all tools from the toolbar tool collection.

Syntax

Visual Basic (Declaration) 
Public Sub Clear() 
Visual Basic (Usage)Copy Code
Dim instance As ToolsCollection
 
instance.Clear()
C# 
public void Clear()

Remarks

This method iterates through the collection and removes all tools assigned to the ToolsCollection.

See Also