COX3DTabViewContainer::DeletePage

Dundas

COX3DTabViewContainer::DeletePage

Class Members | Overview

virtual BOOL DeletePage(const CWnd* pWnd, const BOOL bDestroy=TRUE)
virtual BOOL DeletePage(const int nIndex, const BOOL bDestroy=TRUE)

Parameters

pWnd

Pointer to the page to be deleted.

nIndex

Index of the page to be deleted.

bDestroy

Flag which specifies if the window has to be destroyed.

Return Value

TRUE if the specified page was successfully deleted, otherwise FALSE.

Remarks

Deletes an existing page from a 3DTabViewContainer.