Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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