Share via


TB_SETSTYLE (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

Toolbar Controls Messages