IOleInPlaceObjectWindowlessImpl::UIDeactivate

This method deactivates and removes the control's user interface that supports in-place activation. Sets the control class's data member m_bUIActive to FALSE. The ATL implementation of this function always returns S_OK.

Syntax

HRESULT UIDeactivate( );

At a Glance

Header file: Atlctl.h
Platforms:
Versions: Version 2.0 and later
Complete documentation: Visual C++ documentation

See Also

IOleInPlaceObjectWindowlessImpl Overview, IOleInPlaceObjectWindowlessImpl Methods, IOleInPlaceObject::UIDeactivate