C# Class WPFKeyboard.Controls.KeyboardWindow

Inheritance: System.Windows.Window
Afficher le fichier Open project: pauldotknopf/WPFKeyboard

Méthodes publiques

Méthode Description
KeyboardWindow ( ) : System

Méthodes protégées

Méthode Description
OnActivated ( EventArgs e ) : void

Private Methods

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

Method Details

KeyboardWindow() public méthode

public KeyboardWindow ( ) : System
Résultat System

OnActivated() protected méthode

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