CBasePane::ShowPane
Shows or hides the pane.
virtual void ShowPane(
BOOL bShow,
BOOL bDelay,
BOOL bActivate
);
Parameters
[in] bShow
Specifies whether to show (TRUE) or hide (FALSE) a pane.[in] bDelay
If TRUE, recalculating the docking layout is delayed.[in] bActivate
If TRUE, the pane is active when shown.
Remarks
This method shows or hides a pane. Use this method instead of ShowWindow because this method notifies the relevant docking managers about changes in the pane's visibility.
Use CBasePane::IsVisible to determine the current visibility of a pane.
Requirements
Header: afxbasepane.h