CToolBarCtrl::IsButtonHidden
BOOLIsButtonHidden(intnID**) const;**
Return Value
Nonzero if the button is hidden; otherwise zero.
Parameters
nID
Command identifier of the button in the toolbar.
Remarks
Call this function to determine whether the specified button in a toolbar control is hidden. Consider calling GetState if you want to retrieve more than one button state.
CToolBarCtrl Overview | Class Members | Hierarchy Chart
See Also CToolBarCtrl::HideButton, CToolBarCtrl::GetState, CToolBarCtrl::SetState, CToolBarCtrl::IsButtonEnabled, CToolBarCtrl::IsButtonChecked, CToolBarCtrl::IsButtonPressed, CToolBarCtrl::IsButtonIndeterminate, CToolBarCtrl::IsButtonHighlighted