CPropertySheet::SetActivePage

Call this member function to change the active page. For example, use SetActivePage if a user's action on one page should cause another page to become the active page.

Syntax

BOOL SetActivePage( int nPage );

BOOL SetActivePage( CPropertyPage* pPage );

At a Glance

Header File Afxdlgs.h
Platforms
Versions 1.0 and later
Complete documentation Visual C++ documentation

See Also

CPropertySheet Overview, CPropertySheet Member Functions, Property Sheets