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
단추에 작은 이미지의 0부터 시작 하는 인덱스입니다.[in] color
색 단추 (기본값)을 검정입니다.[in] bSimpleButtonLook
경우 TRUE, 단추는 단순한 직사각형으로 그려집니다.[in] nLargeImageIndex
단추에 큰 이미지의 0부터 시작 하는 인덱스입니다.
요구 사항
헤더: afxribboncolorbutton.h