Important: |
---|
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
A version of this page is also available for
4/8/2010
This structure contains information that describes rebar control characteristics.
Syntax
typedef struct tagREBARINFO{ UINT cbSize; UINT fMask; HIMAGELIST himl;} REBARINFO, FAR* LPREBARINFO; |
Members
- cbSize
-
Size of this structure, in bytes. Your application must fill this member before sending any messages that use the address of this structure as a parameter.
- fMask
-
Flag values that describe characteristics of the rebar control. Currently, rebar controls support only one value.
Value Description RBIM_IMAGELIST
The himlmember is valid or must be filled.
- himl
-
Handle to an image list. The rebar control will use the specified image list to obtain images.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 2.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |