Partager via


TB_SETSTYLE

This message sets the style for a toolbar control.

TB_SETSTYLE wParam = 0;
  lParam = (LPARAM)(DWORD) dwStyle;

Parameters

  • wParam
    Not used.
  • dwStyle
    Specifies the styles to be set for the control. It can be a combination of toolbar control styles.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.

See Also

Toolbar Controls Messages

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.