Share via


TB_GETROWS (Compact 2013)

3/28/2014

This message retrieves the number of rows of buttons in a toolbar with the TBSTYLE_WRAPABLE style.

Syntax

TB_GETROWS wParam = 0;
    lParam = 0;

Parameters

  • wParam
    Not used.
  • lParam
    Not used.

Return Value

The number of rows indicates success.

Requirements

Header

commctrl.h

See Also

Reference

Toolbar Controls Messages