Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This member function is called when the page is chosen by the user and becomes the active page.
BOOL OnSetActive( );
Return Value
Nonzero if the page was successfully set active; otherwise 0.
Remarks
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 returns TRUE.
Requirements
Header: atlsnap.h