C# Class ComponentFactory.Krypton.Docking.PI

Show file Open project: ComponentFactory/Krypton Class Usage Examples

Public Methods

Method Description
IsKeyDown ( Keys key ) : bool

Is the specified key currently pressed down.

IsKeyToggled ( Keys key ) : bool

Is the specified key currently toggled.

Private Methods

Method Description
GetKeyState ( Keys key ) : int
GetKeyState ( int keyCode ) : short
SendMessage ( IntPtr hWnd, int Msg, uint wParam, uint lParam ) : uint
TrackMouseEvent ( TRACKMOUSEEVENTS &tme ) : bool

Method Details

IsKeyDown() public static method

Is the specified key currently pressed down.
public static IsKeyDown ( Keys key ) : bool
key Keys Key to test.
return bool

IsKeyToggled() public static method

Is the specified key currently toggled.
public static IsKeyToggled ( Keys key ) : bool
key Keys Key to test.
return bool