C# Class DamageMeter.UI.ClickThrouWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: neowutran/ShinraMeter

Méthodes publiques

Méthode Description
ClickThrouWindow ( ) : System

Méthodes protégées

Méthode 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

Méthode Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
SetForegroundWindow ( IntPtr hWnd ) : bool
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : IntPtr

Method Details

ClickThrouWindow() public méthode

public ClickThrouWindow ( ) : System
Résultat System

ClickThrouWindow_Closing() protected méthode

protected ClickThrouWindow_Closing ( object sender, CancelEventArgs e ) : void
sender object
e CancelEventArgs
Résultat void

Move() protected méthode

protected Move ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSourceInitialized() protected méthode

protected OnSourceInitialized ( EventArgs e ) : void
e System.EventArgs
Résultat void