IOleInPlaceSiteWindowless.OnUIDeactivate(Int32) Method

Definition

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.

Implements

Applies to