IOleInPlaceSiteWindowless.OnUIDeactivate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the container to reinstall its user interface and take focus.
public:
void OnUIDeactivate(int fUndoable);
public:
void OnUIDeactivate(int fUndoable);
void OnUIDeactivate(int fUndoable);
public void OnUIDeactivate (int fUndoable);
abstract member OnUIDeactivate : int -> unit
Public Sub OnUIDeactivate (fUndoable As Integer)
Parameters
- fUndoable
- Int32
[in] Specifies whether the object can undo changes. TRUE if the object can undo, FALSE if it cannot.