C# Class GlobalHook.Core.Keyboard.KeysExtensions

Provides a set of static (Shared in Visual Basic) methods for Keys values.
显示文件 Open project: Kir-Antipov/GlobalHook

Public Methods

Method Description
HasFlags ( Keys key ) : bool

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

Method Details

HasFlags() public static method

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