See Also

HyperLinkEventArgs Class  | HyperLinkEventArgs Members  | Overload List

Language

Visual Basic

C#

Show All

button
The mouse button clicked.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

HyperLinkEventArgs Constructor(MouseButtons,String)

Initializes a new instance of the HyperLinkEventArgs class and sets the specified values to the Button and HyperLink properties.

[Visual Basic]
Public Function New( _    ByVal button As MouseButtons, _    ByVal hyperLink As String _ )
[C#]
public HyperLinkEventArgs(    MouseButtons button,    string hyperLink );

Parameters

button
The mouse button clicked.
hyperLink
The hyperlink target.

See Also

HyperLinkEventArgs Class  | HyperLinkEventArgs Members  | Overload List

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.