C# Class MetroIde.Helpers.HaloWindow

Inheritance: System.Windows.Interop.HwndHost
Mostra file Open project: ChadSki/Quickbeam

Public Methods

Method Description
HaloWindow ( ) : System

Protected Methods

Method Description
BuildWindowCore ( HandleRef hwndParent ) : HandleRef
DestroyWindowCore ( HandleRef hwnd ) : void
Dispose ( bool disposing ) : void

Method Details

BuildWindowCore() protected method

protected BuildWindowCore ( HandleRef hwndParent ) : HandleRef
hwndParent System.Runtime.InteropServices.HandleRef
return System.Runtime.InteropServices.HandleRef

DestroyWindowCore() protected method

protected DestroyWindowCore ( HandleRef hwnd ) : void
hwnd System.Runtime.InteropServices.HandleRef
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

HaloWindow() public method

public HaloWindow ( ) : System
return System