TB_SETPARENT

This message sets the parent window for a toolbar.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later

Syntax

  1. TB_SETPARENT wParam = (WPARAM)(HWND) hwndParent; lParam = 0;

Parameters

hwndParent

Handle to the window to receive notification messages.

Return Values

The return value is a handle to the previous notification window, or NULL if there is no previous notification window.