Share via


CPane::FloatPane

Floats the pane.

virtual BOOL FloatPane(
    CRect rectFloat,
    AFX_DOCK_METHOD dockMethod = DM_UNKNOWN,
    bool bShow = true
);

Parameters

  • [in] rectFloat
    Specifies the location, in screen coordinates, to position the pane when it is floated.

  • [in] dockMethod
    Specifies the docking method to use when the pane is floated. For a list of possible values, see CPane::DockPane.

  • [in] bShow
    TRUE to show the pane when floated; otherwise, FALSE.

Return Value

TRUE if the pane was floated successfully or if the pane cannot be floated because CBasePane::CanFloat returns FALSE; otherwise, FALSE.

Remarks

Call this method to float the pane at the position that is specified by the rectFloat parameter. This method automatically creates a parent mini-frame window for the pane.

Requirements

Header: afxPane.h

See Also

Reference

CPane Class

Hierarchy Chart

CPane::CreateDefaultMiniframe

CPaneFrameWnd Class

CMultiPaneFrameWnd Class