CSplitterWnd::GetActivePane
virtual CWnd* GetActivePane(int* pRow = NULL, int* pCol = NULL);
Return Value
Pointer to the active pane. NULL if no active pane exists.
Parameters
pRow
A pointer to an int to retrieve the row number of the active pane.
pCol
A pointer to an int to retrieve the column number of the active pane.
Remarks
This member function is called by the framework to determine the active pane in a splitter window.
Override to require an action by the user before getting the active pane.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CSplitterWnd::SetActivePane, CFrameWnd::GetActiveView,CWnd::GetParentFrame, CWnd::GetFocus