Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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