Поделиться через


CToolBarCtrl::IsButtonPressed

Determines whether the specified button in a toolbar control is pressed.

BOOL IsButtonPressed(
   int nID 
) const;

Параметры

  • nID
    Command identifier of the button in the toolbar.

Возвращаемое значение

Nonzero if the button is pressed, otherwise zero.

Заметки

Consider calling GetState if you want to retrieve more than one button state.

Требования

Header: afxcmn.h

См. также

Основные понятия

CToolBarCtrl Class

CToolBarCtrl Members

Hierarchy Chart

CToolBarCtrl::PressButton

CToolBarCtrl::GetState

CToolBarCtrl::SetState

CToolBarCtrl::IsButtonEnabled

CToolBarCtrl::IsButtonChecked

CToolBarCtrl::IsButtonHidden

CToolBarCtrl::IsButtonIndeterminate

CToolBarCtrl::IsButtonHighlighted