共用方式為


CMFCRibbonColorButton::CMFCRibbonColorButton

建構 CMFCRibbonColorButton 物件。

CMFCRibbonColorButton( );

CMFCRibbonColorButton(
   UINT nID,
   LPCTSTR lpszText,
   int nSmallImageIndex,
   COLORREF color = RGB(0,0,0)
);

CMFCRibbonColorButton(
   UINT nID,
   LPCTSTR lpszText,
   BOOL bSimpleButtonLook,
   int nSmallImageIndex,
   int nLargeImageIndex,
   COLORREF color = RGB(0,0,0)
);

參數

  • [in] nID
    當使用者按一下按鈕時,指定命令的命令 ID 執行。

  • [in] lpszText
    指定要出現在按鈕。 

  • [in] nSmallImageIndex
    發生於的小型影像之以零起始的索引 (按鈕。

  • [in] color
    按鈕 (如黑色的預設) 的色彩。

  • [in] bSimpleButtonLook
    如果 TRUE,按鈕會繪製為簡單的矩形。

  • [in] nLargeImageIndex
    發生於的大型影像的以零起始的索引 (按鈕。

需求

標題: afxribboncolorbutton.h

請參閱

參考

CMFCRibbonColorButton 類別

階層架構圖