Contents Index Topic Contents | ||
Previous Topic: RB_SETPALETTE Next Topic: RB_SETTEXTCOLOR |
RB_SETPARENT
RB_SETPARENT wParam = (WPARAM)(HWND) hwndParent; lParam = 0;Sets a rebar control's parent window.
- Returns the handle to the previous parent window, or NULL if there is no previous parent.
- hwndParent
- Handle to the parent window to be set.
The rebar control sends notification messages to the window you specify with this message. This message does not actually change the parent of the rebar control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.