virtual BOOL OnSetActive( );
Return Value
Nonzero if the page was successfully set active; otherwise 0.
Remarks
This member function is called by the framework when the page is chosen by the user and becomes the active page. Override this member function to perform tasks when a page is activated. Your override of this member function should call the default version before any other processing is done.
The default implementation creates the window for the page, if not previously created, and makes it the active page.
CPropertyPage Overview | Class Members | Hierarchy Chart
See Also CPropertyPage::OnKillActive