virtual void OnShowViews( BOOL bVisible );
Parameters
bVisible
Indicates whether the document has become visible or invisible.
Remarks
The framework calls this function after the document’s visibility state changes.
The default version of this function does nothing. Override it if your application must perform any special processing when the document’s visibility changes.