CMFCPropertyGridColorProperty::EnableAutomaticButton

可以在颜色选择对话框的 自动 按钮。(标准按钮自动标记为 自动。)

void EnableAutomaticButton(
   LPCTSTR lpszLabel,
   COLORREF colorAutomatic,
   BOOL bEnable=TRUE 
);

参数

  • [in] lpszLabel
    自动按钮的标签文本。

  • [in] colorAutomatic
    自动(默认值)颜色的RGB颜色值。

  • [in] bEnable
    启用自动按钮的TRUE ;否则,FALSE。默认值为 TRUE。

要求

标头: afxpropertygridctrl.h

请参见

参考

CMFCPropertyGridColorProperty选件类

层次结构图

COLORREF