Autodesk.AutoCAD.EditorInput.DragCursor Enumeration

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. 
Description

 

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