Share via


CDockablePane::EnableAutohideAll

Enables or disables autohide mode for this pane and for other panes in the container.

void EnableAutohideAll(
    BOOL bEnable = TRUE
);

Parameters

  • [in] bEnable
    TRUE to enable the autohide all feature for the dockable pane; otherwise, FALSE.

Remarks

When a user holds the Ctrl key and clicks the pin button to switch a pane to autohide mode, all other panes in the same container are also switched to autohide mode.

Call this method with bEnable set to FALSE to disable this feature for a particular pane.

Requirements

Header: afxDockablePane.h

See Also

Reference

CDockablePane Class

Hierarchy Chart