API Help
Eplan.EplApi.EServices.Ged Namespace / MouseCursorType Enumeration

In This Topic
    MouseCursorType Enumeration
    In This Topic
    Mouse cursor types which can be used in dragging operation.
    Syntax
    public enum MouseCursorType : System.Enum 
    public enum class MouseCursorType : public System.Enum 
    Members
    MemberValueDescription
    Arrow1Standard arrow cursor
    Cross4Cross-hair cursor for selection
    Hand14 
    IBeam2Standard text-insertion cursor
    Icon7Obsolete and unsupported. Use IDC_ARROW.
    NO13 
    Size6Obsolete and unsupported; use IDC_SIZEALL
    SizeALL12A four-pointed arrow. The cursor to use to resize a window.
    SizeNESW9Two-headed arrow with ends at upper right and lower left
    SizeNS11Vertical two-headed arrow
    SizeNWSE8Two-headed arrow with ends at upper left and lower right
    SizeWE10Horizontal two-headed arrow
    Undefined0 
    UpArrow5Arrow that points straight up
    Wait3Hourglass cursor used when Windows performs a time-consuming task
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Eplan.EplApi.EServices.Ged.MouseCursorType

    See Also