CSplitterWnd::GetRowInfo
Returns information on the specified row.
void GetRowInfo(
int row,
int& cyCur,
int& cyMin
) const;
Параметры
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.
Заметки
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.
Требования
Header: afxext.h