Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enables and disables an "other" button that is positioned below the regular color buttons. (The standard system "other" button is labeled More Colors….)
void EnableOtherButton(
   LPCTSTR lpszLabel,
   BOOL bAltColorDlg=TRUE,
   BOOL bEnable=TRUE 
);
Parameters
- [in] lpszLabel 
 Specifies the button text.
- [in] bAltColorDlg 
 Specify TRUE to display the MFC Feature Pack color dialog box, or FALSE to display the standard system color dialog box.
- [in] bEnable 
 Specify TRUE to display the "other" button; otherwise, FALSE. The default is TRUE.
Requirements
Header: afxcolormenubutton.h