Share via


CMFCRibbonBar::IsShowGroupBorder

Indicates whether button groups located on the ribbon bar display a group border.

virtual BOOL IsShowGroupBorder(
    CMFCRibbonButtonsGroup* pGroup
) const;

Parameters

  • [in] pGroup
    This parameter is not used.

Return Value

Always returns FALSE.

Remarks

By default this method always returns FALSE. Override this method to indicate whether button groups located on the ribbon bar display a group border.

Requirements

Header: afxribbonbar.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonBar Class

Change History

Date

History

Reason

September 2008

Updated whole topic.

Information enhancement.