IOleObjectImpl::OnPostVerbInPlaceActivate

 

Called by DoVerbInPlaceActivate after the control is activated in place.

Syntax

HRESULT OnPostVerbInPlaceActivate( );

Return Value

Returns S_OK.

Remarks

Override this method with code you want executed after the control is activated in place.

Requirements

Header: atlctl.h

See Also

IOleObjectImpl Class
IOleObjectImpl::DoVerbInPlaceActivate
IOleObjectImpl::OnPreVerbInPlaceActivate