Nevron .NET Vision
Nevron.Chart.Windows Namespace / NMouseEventArgs Class / Location Property


In This Topic
    Location Property (NMouseEventArgs)
    In This Topic
    Gets the location of the mouse during the generating mouse event.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Location As NPoint
    'Usage
     
    
    Dim instance As NMouseEventArgs
    Dim value As NPoint
     
    value = instance.Location
    public NPoint Location {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also