RB_SETPALETTERB_SETPALETTE*
*



Contents  *



Index  *Topic Contents
*Previous Topic: RB_SETCOLORSCHEME
*Next Topic: RB_SETPARENT

RB_SETPALETTE


RB_SETPALETTE
    wParam = 0;
    lParam = (LPARAM)(HPALETTE) hpal;

Sets the rebar control's current palette.

hpal
An HPALETTE that specifies the new palette that the rebar control will use.

It is the responsibility of the application sending this message to delete the HPALETTE passed in this message (see DeleteObject). The rebar control will not delete an HPALETTE set with this message.

Version 4.71

See also RB_GETPALETTE


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