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.
Retrieves information about the specified button in a toolbar control.
BOOL GetButton(
int nIndex,
LPTBBUTTON lpButton
) const;
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.
Return Value
Nonzero if successful; otherwise zero.
Requirements
Header: afxcmn.h