Autodesk.AutoCAD.EditorInput Namespace > DragCursor Enumeration
Autodesk.AutoCAD.EditorInput.DragCursor Enumeration
Description

 

This enum lists the cursor types that may be used while dragging.

Visual Basic
Public Enum DragCursor
  Normal
  None
  Selection
End Enum
C#
public enum DragCursor {
  Normal,
  None,
  Selection
}
Members
Members 
Description 
Normal 
Normal drag cursor. 
None 
No cursor type. 
Selection 
Selection drag cursor. 
   Comments?