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.
Assigns an image to the application button.
void SetImage(
UINT uiBmpResID
);
void SetImage(
HBITMAP hBmp
);
Parameters
[in] uiBmpResID
The resource ID of the image to display on the application button.[in] hBmp
A handle to a bitmap to display on the application button.
Remarks
Use this method to assign a new image to the ribbon application button after you create the button. The application button is located in the upper-left corner of the application window.
Requirements
Header: afxRibbonBar.h