Share via


CSnapInPropertyPageImpl::OnSetActive

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

See Also

Reference

CSnapInPropertyPageImpl Class

Other Resources

CSnapInPropertyPageImpl Members