Indicates whether or not a control should remain in-place active. Calls to this method typically nest an event to ensure that the object's activation state remains stable throughout the processing of the event.
HRESULT LockInPlaceActive(
BOOL fLock //Indicates whether to ensure the active state
);
This method affects the control's in-place active state but not its UI-active state.
Windows NT: Use version 4.0 or later.
Windows: Use Windows 95 or later.
Windows CE: Unsupported.
Header: Declared in ocidl.h.