IASTitleBar::put_StatusImageList
This method sets the status of the title bar image list.
Syntax
HRESULT put_StatusImageList( OLE_HANDLE hbmImage, OLE_HANDLE hbmImageMask, long cxImage, long cyImage );
Parameters
- hbmImage
- OLE_HANDLE to a bitmap image.
- hbmImageMask
- OLE_HANDLE to a bitmap image mask.
- cxImage
- Long integer that contains the x-coordinate of the image.
- cyImage
- Long integer that contains the y-coordinate of the image.
Return Values
NOERROR indicates success. If an error occurs, the appropriate HRESULT value is returned.
See Also
IASTitleBar::get_StatusImageList