WindowsFormsHost.DestroyWindowCore(HandleRef) Metodo

Definizione

Esegue l'override dell'oggetto DestroyWindowCore(HandleRef) per eliminare la finestra che contiene questo oggetto.

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)

Parametri

hwnd
HandleRef

Handle di finestra. Questo parametro non viene usato.

Si applica a

Vedi anche