Smrf.NodeXL.Visualization.Wpf.NodeXLControl.DragMightBeInProgress C# (CSharp) Method

DragMightBeInProgress() protected method

protected DragMightBeInProgress ( ) : System.Boolean
return System.Boolean
    DragMightBeInProgress()
    {
        AssertValid();

        return (m_oVerticesBeingDragged != null ||
            m_oMarqueeBeingDragged != null ||
            m_oTranslationBeingDragged != null
            );
    }
NodeXLControl