CDockablePane::IsDocked

Determines whether the current pane is docked.

virtual BOOL IsDocked() const;

Return Value

TRUE if the dockable pane does not belong to a miniframe window or if it is floating in a miniframe window with another pane. FALSE if the pane is a child of a miniframe window and there are no other panes that belong to the miniframe window.

Remarks

To determine whether the pane is docked to the main frame window, call CDockablePane::GetDefaultPaneDivider. If the method returns a non-NULL pointer, the pane is docked at the main frame window.

Requirements

Header: afxDockablePane.h

See Also

Reference

CDockablePane Class

Hierarchy Chart

CPaneFrameWnd Class

CMultiPaneFrameWnd Class