此外,从 CButton 派生的 CBitmapButton 类支持创建标有位图图像而不是文本的按钮控件。 CBitmapButton 可为按钮的未按下、按下、聚焦和禁用状态提供单独的位图。可以从对话框模板创建按钮控件,也可以直接在代码中创建按钮控件。 在这两种情况下,首先调用构造函数 CButton 以构造 CButton 对象,然后调用 Create ...
class CButton : public CWnd MembersPublic ConstructorsExpand table NameDescription CButton::CButton Constructs a CButton object.Public MethodsExpand table NameDescription CButton::Create Creates the Windows button control and attaches it to the CButton object. CButton::DrawItem Override to draw ...
CGridPageViewCell* pCell = (CGridPageViewCell*)pConvertCell;CButton*btn =nullptr;if(!pCell) { pCell =newCGridPageViewCell(); pCell->autorelease(); TuiManager::getInstance()->parseCell(pCell,"cell_grid", PATH_RECOMBINEUI); btn = (CButton*)pCell->getChildByTag(BTN_GRID); btn->...
另外,从 CButton 派生的 CBitmapButton 选件类支持按钮控件的创建标记使用位图图像代替文本。 CBitmapButton 可能包含按钮的,滚动,居中并禁用状态的单独位图。您可以创建一个按钮控件从对话框模板或直接在代码。 在这两种情况下,首次调用构造函数 CButton 构造CButton 对象;然后调用 Create 成员函数创建Windows按钮控件...
CMFCButton::EnableFullTextTooltipSpecifies whether to display the full text of a tooltip in a large tooltip window or a truncated version of the text in a small tooltip window.C++ Copy void EnableFullTextTooltip(BOOL bOn=TRUE); Parameters...
CAnimationRect (clase) CAnimationSize (clase) CAnimationStoryboardEventHandler (clase) CAnimationTimerEventHandler (clase) CAnimationValue (clase) CAnimationVariable (clase) CAnimationVariableChangeHandler (clase) CAnimationVariableIntegerChangeHandler (clase) CArchive (clase) CArchiveException (clase) C...
CMFCButton::GetThisClass 由框架以取得指向與這個類別型別的CRuntimeClass物件。 CMFCButton::GetToolTipCtrl 傳回基礎工具提示控制項的參考。 CMFCButton::IsAutoCheck 表示核取方塊或選項按鈕是否為自動按鈕。 CMFCButton::IsAutorepeatCommandMode 指出是否設定為自動迴圈。
CMFCRibbonButton *pVisualStyleButton = new CMFCRibbonButton(1, strTemp, -1, -1); pVisualStyleButton->SetMenu(IDR_THEME_MENU, TRUE, TRUE); strTemp.LoadString(IDS_RIBBON_STYLE_TIP); pVisualStyleButton->SetToolTipText(strTemp); strTemp.LoadString(IDS_RIBBON_STYLE_DESC); pVisualStyleButton->Set...
CMFCRibbonColorButton::AddColorsGroupAdds a group of colors to the regular color area. CMFCRibbonColorButton::EnableAutomaticButtonSpecifies whether theAutomaticbutton is enabled. CMFCRibbonColorButton::EnableOtherButtonEnables theOtherbutton. CMFCRibbonColorButton::GetAutomaticColor ...