This documentation is archived and is not being maintained.
CDocObjectServerItem::OnOpen
Visual Studio 2010
Called by the framework to instruct the server application to make the DocObject item in-place active.
virtual void OnOpen( );
If the item is not a DocObject, the default implementation calls COleServerItem::OnOpen. Override this function if you want to perform special processing when opening a DocObject item.
Show: