C# 클래스 GlobalHook.Core.Keyboard.KeysExtensions

Provides a set of static (Shared in Visual Basic) methods for Keys values.
파일 보기 프로젝트 열기: Kir-Antipov/GlobalHook

공개 메소드들

메소드 설명
HasFlags ( Keys key ) : bool

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

메소드 상세

HasFlags() 공개 정적인 메소드

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