CSplitterWnd::SetActivePane

This member function is called by the framework to set a pane as active when the user changes the focus to a pane within the frame window.

Syntax

virtual void SetActivePane( int row, int col, CWnd* pWnd = NULL );

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::GetPane, CFrameWnd::SetActiveView