AxHost.OnInPlaceActive Method

Definition

Called when the control transitions to the in-place active state.

protected:
 virtual void OnInPlaceActive();
protected virtual void OnInPlaceActive ();
abstract member OnInPlaceActive : unit -> unit
override this.OnInPlaceActive : unit -> unit
Protected Overridable Sub OnInPlaceActive ()

Remarks

This base-class implementation is empty.

Applies to