CPropertySheet::GetPage

CPropertyPage* GetPage( int nPage ) const;

Return Value

The pointer to the page corresponding to the nPage parameter.

Parameters

nPage

Index of the desired page, starting at 0. Must be between 0 and one less than the number of pages in the property sheet, inclusive.

Remarks

This member function returns a pointer to the specified page in this property sheet.

Example

See the example for CPropertyPage::OnWizardFinish.

CPropertySheet OverviewClass MembersHierarchy Chart

See Also   CPropertySheet::AddPage, CPropertySheet::GetActivePage, CPropertySheet::GetPageCount, CPropertySheet::RemovePage, CPropertySheet::SetTitle