CSplitterWnd::GetColumnInfo

CSplitterWnd::GetColumnInfo

void GetColumnInfo( int col, int& cxCur, int& cxMin );

Parameters

col

Specifies a column.

cxCur

A reference to an int to be set to the current width of the column.

cxMin

A reference to an int to be set to the current minimum width of the column.

Remarks

Call this member function to obtain information about the specified column.

CSplitterWnd Overview |  Class Members |  Hierarchy Chart

See Also   CSplitterWnd::SetColumnInfo, CSplitterWnd::GetRowInfo