C# Class MetroRadiance.Chrome.Primitives.BottomChromeWindow

Inheritance: ChromeWindow
Exibir arquivo Open project: Grabacr07/MetroRadiance

Public Methods

Method Description
BottomChromeWindow ( ) : System

Protected Methods

Method Description
GetHeight ( Dpi dpi ) : int
GetLeft ( Dpi dpi ) : int
GetTop ( Dpi dpi ) : int
GetWidth ( Dpi dpi ) : int
WndProcOverride ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr?

Method Details

BottomChromeWindow() public method

public BottomChromeWindow ( ) : System
return System

GetHeight() protected method

protected GetHeight ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

GetLeft() protected method

protected GetLeft ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

GetTop() protected method

protected GetTop ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

GetWidth() protected method

protected GetWidth ( Dpi dpi ) : int
dpi MetroRadiance.Interop.Dpi
return int

WndProcOverride() protected method

protected WndProcOverride ( IntPtr hwnd, int msg, IntPtr wParam, IntPtr lParam, bool &handled ) : IntPtr?
hwnd System.IntPtr
msg int
wParam System.IntPtr
lParam System.IntPtr
handled bool
return IntPtr?