Поделиться через


CPropertySheet::GetPage

Returns a pointer to the specified page in this property sheet.

CPropertyPage* GetPage(
   int nPage 
) const;

Параметры

  • 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.

Возвращаемое значение

The pointer to the page corresponding to the nPage parameter.

Пример

See the example for CPropertyPage::OnWizardFinish.

Требования

Header: afxdlgs.h

См. также

Основные понятия

CPropertySheet Class

CPropertySheet Members

Hierarchy Chart

CPropertySheet::AddPage

CPropertySheet::GetActivePage

CPropertySheet::GetPageCount

CPropertySheet::RemovePage

CPropertySheet::SetTitle