CMFCToolBarButton::CanBeDropped
Specifies whether a user can position a button on a toolbar or menu during customization.
virtual BOOL CanBeDropped(
CMFCToolBar* pToolbar
);
Parameters
- [in] pToolbar
Unused.
Return Value
This method returns TRUE.
Remarks
By default, a toolbar button can be dropped on every customizable (that is, non-locked) toolbar.
The default implementation of this method returns TRUE. Override this method and return FALSE if you want to prevent the user from repositioning the button.
Requirements
Header: afxtoolbarbutton.h