CSplitterWnd::GetPane

This method retrieves the pane at the specified row and column. The returned pane is usually a CView-derived class.

At a Glance

Header file: Afxext.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

CWnd* GetPane( int row, int col );

See Also

CSplitterWnd::GetActivePane, CSplitterWnd::IdFromRowCol, CSplitterWnd::IsChildPane , CView