Nevron .NET Vision
Nevron.Diagram.WinForm Namespace / NDWFR 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 based on the specified move permissions
    Syntax
    'Declaration
     
    
    Public Shared Function GetMoveCursor( _
       ByVal canMoveX As System.Boolean, _
       ByVal canMoveY As System.Boolean _
    ) As System.Windows.Forms.Cursor
    'Usage
     
    
    Dim canMoveX As System.Boolean
    Dim canMoveY As System.Boolean
    Dim value As System.Windows.Forms.Cursor
     
    value = NDWFR.GetMoveCursor(canMoveX, canMoveY)
    public static System.Windows.Forms.Cursor 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 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