WebBrowser.DetachInterfaces Method

Definition

Called by the control when the underlying ActiveX control is discarded.

protected:
 override void DetachInterfaces();
protected override void DetachInterfaces ();
override this.DetachInterfaces : unit -> unit
Protected Overrides Sub DetachInterfaces ()

Notes to Inheritors

Derived classes can override this method to release a reference to the underlying ActiveX object that was cached in an override of the AttachInterfaces(Object) method.

Applies to