COleServerItem::OnHide

Called by the framework to hide the OLE item.

virtual void OnHide( );

Remarks

The default calls COleServerDoc::OnShowDocument( FALSE ). The function also notifies the container that the OLE item has been hidden. Override this function if you want to perform special processing when hiding an OLE item.

Requirements

Header: afxole.h

See Also

Reference

COleServerItem Class

Hierarchy Chart

COleServerItem::OnOpen

COleServerItem::OnShow

COleServerDoc::OnShowDocument

Other Resources

COleServerItem Members