Nevron Open Vision Documentation
Nevron.Nov.UI Namespace / NCursor Class / GetMoveCursor Method
whether X move is allowed
whether Y move is allowed


In This Topic
    GetMoveCursor Method
    In This Topic
    Gets a move cursor (SizeAll, SizeWE, SizeNS or No) based on the specified move permissions
    Syntax
    'Declaration
     
    
    Public Shared Function GetMoveCursor( _
       ByVal canMoveX As System.Boolean, _
       ByVal canMoveY As System.Boolean _
    ) As NCursor
    'Usage
     
    
    Dim canMoveX As System.Boolean
    Dim canMoveY As System.Boolean
    Dim value As NCursor
     
    value = NCursor.GetMoveCursor(canMoveX, canMoveY)
    public static NCursor GetMoveCursor( 
       System.bool canMoveX,
       System.bool canMoveY
    )

    Parameters

    canMoveX
    whether X move is allowed
    canMoveY
    whether Y move is allowed

    Return Value

    move 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