TB_SETPARENT

The TB_SETPARENT message sets the parent window for a toolbar.

TB_SETPARENT

wParam = (WPARAM) (HWND) hwndParent;

lParam = 0;

Parameters

hwndParent

Handle to the new parent window.

Return Values

No return value.