int GetPageIndex( CPropertyPage* pPage ) const;
Return Value
The index number of a page.
Parameters
pPage
Points to the page with the index to be found. Cannot be NULL.
Remarks
Use this member function to retrieve the index number of the specified page in the property sheet. For example, you would use GetPageIndex to get the page index in order to use SetActivePage or GetPage.
See the example for CPropertySheet::GetActivePage.
CPropertySheet Overview | Class Members | Hierarchy Chart
See Also CPropertySheet::SetActivePage, CPropertySheet::GetPage