CBasePane::GetPaneRow
Returns a pointer to the CDockingPanesRowobject where the pane is docked.
CDockingPanesRow* GetPaneRow();
Return Value
A pointer to CDockingPanesRow if the pane is docked, or NULL if it is floating.
Remarks
Call this method to access the row where a pane is docked. For example, to arrange the panes in a particular row, call GetPaneRow and then call CDockingPanesRow::ArrangePanes.
Requirements
Header: afxbasepane.h