Eplan Platform API
Eplan.EplApi.EServices.Ged Namespace / Interaction Class / DraggingMouseCursor Property

In This Topic
    DraggingMouseCursor Property
    In This Topic
    Mouse cursor which will be used for next dragging operation.
    Syntax
    public virtual MouseCursorType DraggingMouseCursor {get; set;}
    public:
    virtual property MouseCursorType DraggingMouseCursor {
       MouseCursorType get();
       void set (    MouseCursorType value);
    }
    See Also