次の方法で共有


CMFCColorButton::EnableAutomaticButton

カラー ピッカー コントロールの "自動" ボタンを有効または無効にし、自動設定 (既定) の色を設定します。

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

パラメーター

  • [入力] lpszLabel
    自動ボタンのテキストを指定します。

  • [入力] colorAutomatic
    自動ボタンの既定の色を指定する RGB 値。

  • [入力] bEnable
    自動ボタンを有効にするか無効にするかを指定します。

必要条件

ヘッダー : afxcolorbutton.h

参照

関連項目

CMFCColorButton クラス

階層図