CMFCRibbonBaseElement::CanBeStretched
Indicates whether the height of the ribbon element can increase vertically to the height of a ribbon row.
virtual BOOL CanBeStretched();
Return Value
Always returns TRUE.
Remarks
By default this method always returns TRUE. Override this method to indicate whether the height of the ribbon element can increase vertically to the height of a ribbon row.
Requirements
Header: afxbaseribbonelement.h
See Also
Concepts
Reference
Change History
Date |
History |
Reason |
---|---|---|
September 2008 |
Updated whole topic. |
Information enhancement. |