CSplitterWnd::GetRowInfo
Returns information on the specified row.
void GetRowInfo(
int row,
int& cyCur,
int& cyMin
) const;
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.
Requirements
Header: afxext.h