CPropertyPage::OnSetActive

This method is called by the framework when the page is chosen by the user and becomes the active page. Override this method to perform tasks when a page is activated. Your override of this method should call the default version before any other processing is done.

At a Glance

Header file: Afxdlgs.h
Platforms: H/PC 2.0, Palm-size PC, H/PC Pro
Windows CE versions: 1.0 and later
Complete documentation: Visual C++ documentation

Syntax

virtual BOOL OnSetActive( );

See Also

CPropertyPage::OnKillActive