Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
BUTTON_IMAGELIST structure (commctrl.h)
Contains information about an image list that is used with a button control.
Syntax
typedef struct {
HIMAGELIST himl;
RECT margin;
UINT uAlign;
} BUTTON_IMAGELIST, *PBUTTON_IMAGELIST;
Members
himl
Type: HIMAGELIST
A handle to the image list. The provider retains ownership of the image list and is ultimately responsible for its disposal. Under Windows Vista, you can pass BCCL_NOGLYPH in this parameter to indicate that no glyph should be displayed.
margin
Type: RECT
A RECT that specifies the margin around the icon.
uAlign
Type: UINT
A UINT that specifies the alignment to use. This parameter can be one of the following values.
| Value | Meaning |
|---|---|
|
Align the image with the left margin. |
|
Align the image with the right margin. |
|
Align the image with the top margin |
|
Align the image with the bottom margin |
|
Center the image. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | commctrl.h |
See also
Conceptual
Reference
Feedback
Was this page helpful?
