ActiveReports.Viewer3 Request technical support
Tool Property
See Also 


Gets or sets the tool that was clicked.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Tool As Tool
Visual Basic (Usage)Copy Code
Dim instance As ToolClickEventArgs
Dim value As Tool
 
value = instance.Tool
C# 
public Tool Tool {get;}

Remarks

The Tool that was clicked.

See Also