CToolBarCtrl::IsButtonPressed
确定在工具栏控件的指定的按钮是否按。
BOOL IsButtonPressed(
int nID
) const;
参数
- nID
按钮的命令ID工具栏上的。
返回值
非零,则按钮,否则零。
备注
如果要检索多个按钮状态,请考虑调用 GetState。
要求
Header: afxcmn.h
确定在工具栏控件的指定的按钮是否按。
BOOL IsButtonPressed(
int nID
) const;
非零,则按钮,否则零。
如果要检索多个按钮状态,请考虑调用 GetState。
Header: afxcmn.h