TTM_SETWINDOWTHEME Message
--------------------------------------------------------------------------------
Sets the visual style of a ToolTip control.
Syntax
To send this message, call the SendMessage function as follows.
lResult = SendMessage( // returns nothing in lResult (HWND) hWndControl, //
handle to destination control (UINT) TTM_SETWINDOWTHEME, // message ID (WPARAM) wParam, // = 0; not used, must be zero (LPARAM) lParam // = (LPARAM) (LPWSTR) pwStr; );
Parameters
wParam
Must be zero.
pwStr
Pointer to a
Unicode string that contains the ToolTip visual style to set.
Return Value
The return value is not used.
Remarks
Note To use this
API, you must provide a manifest specifying Comclt32.dll version 6.0. For more information on manifests, see Using Windows XP Visual Styles.
Message Information
Header commctrl.h
Minimum operating systems Windows XP
--------------------------------------------------------------------------------
© 2005 Microsoft Corporation. All rights reserved.