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.
virtualvoidOnShowViews(BOOLbVisible**);**
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.