C# Class ComponentFactory.Krypton.Docking.PI

Afficher le fichier Open project: ComponentFactory/Krypton Class Usage Examples

Méthodes publiques

Méthode Description
IsKeyDown ( Keys key ) : bool

Is the specified key currently pressed down.

IsKeyToggled ( Keys key ) : bool

Is the specified key currently toggled.

Private Methods

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

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

IsKeyToggled() public static méthode

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