Share via


TB_SETSTYLE

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This message sets the style for a toolbar control.

Syntax

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.

Return Value

None.

Requirements

Header commctrl.h
Windows Embedded CE Windows CE 1.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

Toolbar Controls Messages