RB_GETROWHEIGHT (Windows CE 5.0)

Send Feedback

This message retrieves the height of a specified row in a rebar control.

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 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.

Requirements

OS Versions: Windows CE 2.0 and later.
Header: Commctrl.h.

See Also

RB_GETROWCOUNT

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.