COleDocument::OnShowViews

The framework calls this function after the document's visibility state changes.

virtual void OnShowViews( 
   BOOL bVisible  
);

Parameters

  • bVisible
    Indicates whether the document has become visible or invisible.

Remarks

The default version of this function does nothing. Override it if your application must perform any special processing when the document's visibility changes.

Requirements

Header: afxole.h

See Also

Reference

COleDocument Class

Hierarchy Chart