CMFCRibbonColorButton::EnableOtherButton

Enables the Other button.

void EnableOtherButton(
   LPCTSTR lpszLabel,
   LPCTSTR lpszToolTip=NULL 
);

Parameters

  • lpszLabel
    The button's label.

  • lpszToolTip
    The tooltip text for the Other button.

Remarks

The Other button is the button that is displayed below the group of colors. When the user clicks the Other button, it displays a color dialog.

Requirements

Header: afxribboncolorbutton.h

See Also

Concepts

MFC Hierarchy Chart

Reference

CMFCRibbonColorButton Class