REBARINFOREBARINFO*
*Contents  *Index  *Topic Contents
*Previous Topic: REBARBANDINFO
*Next Topic: Status Bars

REBARINFO


typedef struct tagREBARINFO{
    UINT        cbSize;
    UINT        fMask;
    HIMAGELIST  himl;
} REBARINFO, FAR *LPREBARINFO;

Contains information that describes rebar control characteristics.

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:
RBIM_IMAGELIST The himl member is valid or must be filled.
himl
Handle to an image list. The rebar control will use the specified image list to obtain images.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.