0 out of 1 rated this helpful - Rate this topic

BM_GETIMAGE message

Retrieves a handle to the image (icon or bitmap) associated with the button.

Parameters

wParam

The type of image to associate with the button. This parameter can be one of the following values.

ValueMeaning
IMAGE_BITMAP

A bitmap.

IMAGE_ICON

An icon.

 

lParam

This parameter is not used.

Return value

The return value is a handle to the image, if any; otherwise, it is NULL.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Winuser.h (include Windows.h)

See also

Reference
BM_SETIMAGE
Conceptual
Buttons

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.