C# Class GlobalHook.Core.Keyboard.KeysExtensions

Provides a set of static (Shared in Visual Basic) methods for Keys values.
Afficher le fichier Open project: Kir-Antipov/GlobalHook

Méthodes publiques

Méthode Description
HasFlags ( Keys key ) : bool

Determines whether given bit fields are set in the given instance.

Method Details

HasFlags() public static méthode

Determines whether given bit fields are set in the given instance.
public static HasFlags ( Keys key ) : bool
key Keys instance.
Résultat bool