This message retrieves the height of a specified row in a rebar control.
At a Glance
Header file: | Commctrl.h |
Windows CE versions: | 2.0 and later |
Syntax
RB_GETROWHEIGHT wParam = (WPARAM)(UINT) uRow; lParam = 0;
Parameters
uRow
Zero-based index of a band. The height of the row that contains the specified band will be retrieved.
Return Values
Returns a UINT value that represents the row height, in pixels.
Remarks
To retrieve the number of rows in a rebar control, use the RB_GETROWCOUNT message.