Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
BOOLGetButton(intnIndex**,LPTBBUTTONlpButton) const;**
Return Value
Nonzero if successful; otherwise zero.
Parameters
nIndex
Zero-based index of the button for which to retrieve information.
lpButton
Address of the TBBUTTON structure that is to receive a copy of the button information. See CToolBarCtrl::AddButtons for information about the TBBUTTON structure.
Remarks
Call this function to retrieve information about the specified button in a toolbar control.
CToolBarCtrl Overview | Class Members | Hierarchy Chart
See Also CToolBarCtrl::GetState, CToolBarCtrl::SetState, CToolBarCtrl::GetButtonCount, CToolBarCtrl::GetItemRect, CToolBarCtrl::CommandToIndex, CToolBarCtrl::AddButtons, CToolBarCtrl::InsertButton