ToolTipLinkClickedEventArgs Constructor
In This Topic
Initializes a new instance of a
ToolTipLinkClickedEventArgs.
Syntax
'Declaration
Public Function New( _
ByVal As System.Windows.Forms.MouseButtons, _
ByVal As System.String, _
ByVal As System.String _
)
public ToolTipLinkClickedEventArgs(
System.Windows.Forms.MouseButtons ,
System.string ,
System.string
)
Parameters
- button
- System.Windows.Forms.MouseButtons that was pressed on the link.
- hRef
- Value of the link's HREF attribute.
- target
- Value of the link's TARGET attribute.
See Also