COX3DTabViewContainer::FindPage

Dundas

COX3DTabViewContainer::FindPage

Class Members | Overview

BOOL FindPage(const CWnd* pTestWnd, int& nIndex) const
BOOL FindPage(const HWND hTestWnd, int& nIndex) const

Parameters

pTestWnd

Pointer to the window to be tested as a 3DTabViewContainer's page.

hTestWnd

Handle of the window to be tested as a 3DTabViewContainer's page.

nIndex

Reference variable, stores the index of the page if found. This index is zero (0) based.

Return Value

TRUE if the specified window is a 3DTabView container's page, otherwise FALSE.

Remarks

Retrieves a flag which specifies whether the specified window is a 3DTabViewContainer's page. If it is then the index of the located page is indicated by nIndex.