|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| Yes
| Import Library
| -
| Header File
| commctrl.h
| Unicode
| No
| Platform Notes
| None
|
|
|
TB_SETROWS
The TB_SETROWS message sets the number of rows of buttons in a toolbar.
TB_SETROWS
wParam = (WPARAM) MAKEWPARAM(cRows, fLarger);
lParam = (LPARAM) (LPRECT) lprc;
Parameters
cRows
Number of rows requested. The minimum number of rows is one, and the maximum
is equal to the number of buttons in the toolbar.
fLarger
Flag that indicates whether to create more rows than requested when the system
cannot create the number of rows specified by cRows. If this parameter is TRUE, the system creates more rows. If it is FALSE, the
system creates fewer rows.
lprc
Pointer to a RECT structure that receives the bounding rectangle of the toolbar after the rows
are set.
Return Values
No return value.
Remarks
Because the system does not break up button groups when setting the number of
rows, the resulting number of rows might differ from the number requested.
See Also
RECT
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
TMS Scripter Studio Pro components for Delphi/C++Builder
More Online Helps
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|