WindowsFormsHost.DestroyWindowCore(HandleRef) Method

Definition

Overrides DestroyWindowCore(HandleRef) to delete the window containing this object.

protected:
 override void DestroyWindowCore(System::Runtime::InteropServices::HandleRef hwnd);
protected override void DestroyWindowCore (System.Runtime.InteropServices.HandleRef hwnd);
override this.DestroyWindowCore : System.Runtime.InteropServices.HandleRef -> unit
Protected Overrides Sub DestroyWindowCore (hwnd As HandleRef)

Parameters

hwnd
HandleRef

A window handle. This parameter is not used.

Applies to

See also