CSplitterWnd::GetPane

Call this member function to retrieve the pane at the specified row and column. The returned pane is usually a CView-derived class.

Syntax

CWnd* GetPane( int row, int col );

At a Glance

Header file: Afxext.h
Platforms:
Versions: 1.0 and later
Complete documentation: Visual C++ documentation

See Also

CSplitterWnd Overview, CSplitterWnd Member Functions, Frame Windows and Splitter Windows, CSplitterWnd::GetActivePane, CSplitterWnd::IdFromRowCol, CSplitterWnd::IsChildPane , CView