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.
Deactivates and removes the control's user interface that supports in-place activation.
HRESULT UIDeactivate( );
Remarks
Sets the control class's data member m_bUIActive to FALSE. The ATL implementation of this function always returns S_OK.
See IOleInPlaceObject::UIDeactivate in the Windows SDK.
Requirements
Header: atlctl.h
See Also
Reference
IOleInPlaceObjectWindowlessImpl Class