CMFCToolBar::IsDragButton

Determines whether a toolbar button is being dragged.

BOOL IsDragButton(
   const CMFCToolBarButton* pButton
) const;

Parameters

  • [in] pButton
    Pointer to a toolbar button.

Return Value

TRUE if the specified button is being dragged; otherwise, FALSE.

Requirements

Header: afxtoolbar.h

See Also

Reference

CMFCToolBar Class

Hierarchy Chart