CMFCToolBarButton::CanBeStretched
Specifies whether a user can stretch the button during customization.
virtual BOOL CanBeStretched() const;
Return Value
This method returns FALSE.
Remarks
This method is used by the framework to determine whether the button can be stretched in customization mode.
The default implementation of this method returns FALSE. Override this method to return TRUE for a variable-width control such as a combo box or slider.
For more information about customization mode, see CMFCToolBar::SetCustomizeMode.
Requirements
Header: afxtoolbarbutton.h