RB_GETROWHEIGHT (Windows Embedded CE 6.0)
1/6/2010
This message retrieves the height of a specified row in a rebar control.
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.
- lParam
Not used.
Return Value
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.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 2.0 and later |