Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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