Share via


CSplitterWnd::GetRowInfo

voidGetRowInfo(introw**,int&cyCur,int&cyMin);**

Parameters

row

Specifies a row.

cyCur

Reference to int to be set to the current height of the row in pixels.

cyMin

Reference to int to be set to the current minimum height of the row in pixels.

Remarks

Call this member function to obtain information about the specified row. The cyCur parameter is filled with the current height of the specified row, and cyMin is filled with the minimum height of the row.

CSplitterWnd OverviewClass MembersHierarchy Chart

See Also   CSplitterWnd::SetRowInfo, CSplitterWnd::GetColumnInfo