Eyeshot 11 WPF API Reference
WPF 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