InputPanel for WinForms | ComponentOne
C1.Win.InputPanel.5 Assembly / C1.Win.InputPanel Namespace / LinkClickedEventArgs Class / X Property

In This Topic
    X Property (LinkClickedEventArgs)
    In This Topic
    Get the x-coordinate of the mouse during the generating event.
    Syntax
    'Declaration
     
    Public ReadOnly Property X As Integer
    public int X {get;}
    See Also