Contents Index Topic Contents | ||
Previous Topic: RB_GETDROPTARGET Next Topic: RB_GETPALETTE |
RB_GETCOLORSCHEME
RB_GETCOLORSCHEME wParam = 0; lParam = (LPARAM)(LPCOLORSCHEME) lpcs;Retrieves the color scheme information from the rebar control.
- Returns nonzero if successful, or zero otherwise.
- lpcs
- Address of a COLORSCHEME structure that will receive the color scheme information. You must set the dwSize member of this structure to sizeof(COLORSCHEME) before sending this message.
Version 4.71
See also RB_SETCOLORSCHEME
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.