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.
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