Partager via


RB_GETROWHEIGHT (Compact 2013)

3/28/2014

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

See Also

Reference

Rebar Controls Messages
RB_GETROWCOUNT