ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / HyperLinkEventArgs Class / Button Property

In This Topic
    Button Property (HyperLinkEventArgs)
    In This Topic
    Gets the mouse button that the user clicked to raise the event.
    Syntax
    'Declaration
     
    Public ReadOnly Property Button As MouseButtons
    public MouseButtons Button {get;}

    Property Value

    System.Windows.MouseButtons value that represents the button that has fired this event.
    See Also