CSnapInPropertyPageImpl::OnSetActive

BOOL OnSetActive( );

Return Value

Nonzero if the page was successfully set active; otherwise 0.

Remarks

This member function is called 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 returns TRUE.

CSnapInPropertyPageImpl OverviewClass Members