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.
Adds or removes a pane from the global list.
static BOOL __stdcall AddRemovePaneFromGlobalList(
CBasePane* pWnd,
BOOL bAdd
);
Parameters
[in] pWnd
The pane to add or remove.[in] bAdd
If non-zero, add the pane. If 0, remove the pane.
Return Value
Nonzero if the method was successful; otherwise 0.
Requirements
Header: afxpaneframewnd.h