C# Class WPFKeyboard.Controls.KeyboardWindow

Inheritance: System.Windows.Window
ファイルを表示 Open project: pauldotknopf/WPFKeyboard

Public Methods

Method Description
KeyboardWindow ( ) : System

Protected Methods

Method Description
OnActivated ( EventArgs e ) : void

Private Methods

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

Method Details

KeyboardWindow() public method

public KeyboardWindow ( ) : System
return System

OnActivated() protected method

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