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.
Determines whether the tabbed control bar will be destroyed automatically.
void SetAutoDestroy(
BOOL bAutoDestroy = TRUE
);
Parameters
- [in] bAutoDestroy
TRUE if the tabbed pane was created dynamically and you are not controlling its lifetime; otherwise, FALSE.
Remarks
Set the auto-destroy mode to TRUE if you create a tabbed pane dynamically and if you are not controlling its lifetime. If auto-destroy mode is TRUE, the tabbed pane will be destroyed automatically by the framework.
Requirements
Header: afxBaseTabbedPane.h