WindowsFormsHost.DestroyWindowCore(HandleRef) Método

Definição

Substitui o DestroyWindowCore(HandleRef) para excluir a janela que contém este objeto.

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)

Parâmetros

hwnd
HandleRef

Um identificador de janela. Este parâmetro não é usado.

Aplica-se a

Confira também