C# Class DamageMeter.UI.ClickThrouWindow

Inheritance: System.Windows.Window
Exibir arquivo Open project: neowutran/ShinraMeter

Public Methods

Method Description
ClickThrouWindow ( ) : System

Protected Methods

Method Description
ClickThrouWindow_Closing ( object sender, CancelEventArgs e ) : void
Move ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
OnActivated ( EventArgs e ) : void
OnSourceInitialized ( EventArgs e ) : void

Private Methods

Method Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : IntPtr

Method Details

ClickThrouWindow() public method

public ClickThrouWindow ( ) : System
return System

ClickThrouWindow_Closing() protected method

protected ClickThrouWindow_Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
return void

Move() protected method

protected Move ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
return void

OnActivated() protected method

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
return void

OnSourceInitialized() protected method

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
return void