Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout Class / IsDragAction Method

In This Topic
    IsDragAction Method
    In This Topic
    Tells if the current ActionMode requires dragging.
    Syntax
    'Declaration
     
    Protected Function IsDragAction() As Boolean
    protected bool IsDragAction()

    Return Value

    True if the current ActionMode requires dragging.
    See Also