'Declaration
Public Shared Function GetDragDropCursor( _ ByVal cursor As DragCursors _ ) As System.Windows.Forms.Cursor
'Usage
Dim cursor As DragCursors Dim value As System.Windows.Forms.Cursor value = NUIManager.GetDragDropCursor(cursor)
public static System.Windows.Forms.Cursor GetDragDropCursor( DragCursors cursor )
Parameters
- cursor