CMFCToolBar::IsDragButton

 

Determines whether a toolbar button is being dragged.

Syntax

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.

Remarks

Requirements

Header: afxtoolbar.h

See Also

CMFCToolBar Class
Hierarchy Chart