CMFCColorMenuButton::OpenColorDialog
打开颜色选择对话框。
virtual BOOL OpenColorDialog(
const COLORREF colorDefault,
COLORREF& colorRes
);
参数
[in] colorDefault
在颜色对话框中选择的默认颜色。[out] colorRes
返回用户从颜色对话框中选择的颜色。
返回值
非零,如果用户选择新颜色;否则,零。
备注
在菜单上单击按钮时,调用此方法打开颜色对话框。 如果返回值为非零,用户选择的颜色。colorRes 参数存储。 使用 CMFCColorMenuButton::EnableOtherButton 方法添加到标准颜色对话框和对话框 CMFCColorDialog选件类 之间切换。
要求
标头: afxcolormenubutton.h