CMFCColorMenuButton::EnableAutomaticButton
启用和禁用常规的颜色按钮上确定“auto”按钮。 (标准系统自动按钮被标记 自动。)
void EnableAutomaticButton(
LPCTSTR lpszLabel,
COLORREF colorAutomatic,
BOOL bEnable=TRUE
);
参数
[in] lpszLabel
指定显示的按钮文本,当按钮变为自动时。[in] colorAutomatic
指定新的自动颜色。[in] bEnable
指定是否按钮是自动的。
备注
自动按钮应用当前默认颜色。
要求
标头: afxcolormenubutton.h