CMFCToolBar::InvalidateButton

无效存在中提供的索引工具栏按钮的工作区。

CMFCToolBarButton* InvalidateButton(
   int nIndex
);

参数

  • [in] nIndex
    按钮的从零开始的索引工具栏上的。

返回值

对现有在提供的索引或 NULL 的 CMFCToolBarButton 对象的指针;如果该对象不存在。

备注

框架调用此方法,该方法更新与工具栏按钮的工作区中。 它调用与现有在提供的索引 CMFCToolBarButton 对象的客户端矩形的 CWnd::InvalidateRect 方法。

要求

标头: afxtoolbar.h

请参见

参考

CMFCToolBar选件类

层次结构图

CWnd::InvalidateRect