NevronOpenVision
Nevron.Nov.UI Namespace / NCursor Class / GetMoveCursor Method
whether X move is allowed
whether Y move is allowed
GetMoveCursor Method
Gets a move cursor (SizeAll, SizeWE, SizeNS or No) based on the specified move permissions
Syntax
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