Nevron.Diagram.WinForm Namespace / NDWFR Class / GetMoveCursor Method


In This Topic
    GetMoveCursor Method
    In This Topic
    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
    canMoveY
    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