BOOL IsChildPane( CWnd* pWnd, int& row, int& col );
Return Value
If nonzero, pWnd is currently a child pane of this splitter window, and row and col are filled in with the position of the pane in the splitter window. If pWnd is not a child pane of this splitter window, 0 is returned.
Parameters
pWnd
A pointer to a CWnd object to be tested.
row
Reference to an int in which to store row number.
col
Reference to an int in which to store a column number.
Remarks
Call this member function to determine whether pWnd is currently a child pane of this splitter window.
CSplitterWnd Overview | Class Members | Hierarchy Chart
See Also CSplitterWnd::GetPane