void CBCGPRibbonColorButton::EnableOtherButton | ( | LPCTSTR | lpszLabel, |
LPCTSTR | lpszToolTip = NULL |
||
) |
Enables and disables the "Other" button, which appears below the regular color buttons.
Call this function to enable or disable "Other" button, which appears below regular color buttons. When the user clicks the "Other" button, it displays a color dialog.
lpszLabel | Specifies the button's text. |
lpszToolTip | Specifies tooltip text for the "Other" button. |