Share via


TB_SETSTYLE (Compact 2013)

3/28/2014

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 as listed in Control Styles.

Return Value

None.

Requirements

Header

commctrl.h

See Also

Reference

Toolbar Controls Messages