Share via


CSplitterWnd::GetPane

Returns the pane at the specified row and column.

CWnd* GetPane( 
   int row, 
   int col  
) const;

Parameters

  • row
    Specifies a row.

  • col
    Specifies a column.

Return Value

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

Requirements

Header: afxext.h

See Also

Reference

CSplitterWnd Class

Hierarchy Chart

CSplitterWnd::GetActivePane

CSplitterWnd::IdFromRowCol

CSplitterWnd::IsChildPane