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选件类

层次结构图