| Visual Basic (Declaration) | |
|---|---|
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family