C# 클래스 WinCompose.Key

파일 보기 프로젝트 열기: samhocevar/wincompose 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object o ) : bool
FromKeySym ( string keysym ) : Key

A dictionary of keysyms and the corresponding Key object

GetHashCode ( ) : int

Hash key by returning its printable representation’s hashcode or, if unavailable, its virtual key code’s hashcode.

IsModifier ( ) : bool

Return whether a key is a modifier (shift, ctrl, alt)

IsPrintable ( ) : bool
IsUsable ( ) : bool

Return whether a key is usable in a compose sequence

Key ( VK vk ) : System
Key ( string str ) : System
ToString ( ) : string

Serialize key to a printable string we can parse back into a Key object

operator ( ) : bool

비공개 메소드들

메소드 설명
GetKeyNames ( ) : string>.Dictionary

메소드 상세

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

FromKeySym() 공개 정적인 메소드

A dictionary of keysyms and the corresponding Key object
public static FromKeySym ( string keysym ) : Key
keysym string
리턴 Key

GetHashCode() 공개 메소드

Hash key by returning its printable representation’s hashcode or, if unavailable, its virtual key code’s hashcode.
public GetHashCode ( ) : int
리턴 int

IsModifier() 공개 메소드

Return whether a key is a modifier (shift, ctrl, alt)
public IsModifier ( ) : bool
리턴 bool

IsPrintable() 공개 메소드

public IsPrintable ( ) : bool
리턴 bool

IsUsable() 공개 메소드

Return whether a key is usable in a compose sequence
public IsUsable ( ) : bool
리턴 bool

Key() 공개 메소드

public Key ( VK vk ) : System
vk VK
리턴 System

Key() 공개 메소드

public Key ( string str ) : System
str string
리턴 System

ToString() 공개 메소드

Serialize key to a printable string we can parse back into a Key object
public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool