반응형

http://blog.naver.com/icebear2304/140133351366


Buttons



CMFCRibbonPanel* pPanel3 = pCategory->AddPanel(_T("Check Boxes"));


pPanel3->Add(new CMFCRibbonCheckBox(ID_RIBBON_BTN_7, _T("Check Box 1")));

pPanel3->Add(new CMFCRibbonCheckBox(ID_RIBBON_BTN_8, _T("Check Box 2")));

pPanel3->Add(new CMFCRibbonCheckBox(ID_RIBBON_BTN_9, _T("Check Box 3")));


Palette Buttons



Color Buttons





Groups



Edit and Combo




Other






반응형

+ Recent posts