Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NMouse Class / RequestCursor Method


In This Topic
    RequestCursor Method (NMouse)
    In This Topic
    Requests a cursor for the specified target
    Syntax
    'Declaration
     
    
    Public Shared Sub RequestCursor( _
       ByVal target As INInputNode, _
       ByVal cursor As NCursor _
    ) 
    'Usage
     
    
    Dim target As INInputNode
    Dim cursor As NCursor
     
    NMouse.RequestCursor(target, cursor)
    public static void RequestCursor( 
       INInputNode target,
       NCursor cursor
    )

    Parameters

    target
    cursor
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also