C# 클래스 AvalonStudio.Controls.KeyExtensions

파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
IsLanguageSpecificTriggerKey ( this key ) : bool
IsModifierKey ( this key ) : bool
IsNavigationKey ( this key ) : bool
IsSearchKey ( this key ) : bool
IsTriggerKey ( this key ) : bool

메소드 상세

IsLanguageSpecificTriggerKey() 공개 정적인 메소드

public static IsLanguageSpecificTriggerKey ( this key ) : bool
key this
리턴 bool

IsModifierKey() 공개 정적인 메소드

public static IsModifierKey ( this key ) : bool
key this
리턴 bool

IsNavigationKey() 공개 정적인 메소드

public static IsNavigationKey ( this key ) : bool
key this
리턴 bool

IsSearchKey() 공개 정적인 메소드

public static IsSearchKey ( this key ) : bool
key this
리턴 bool

IsTriggerKey() 공개 정적인 메소드

public static IsTriggerKey ( this key ) : bool
key this
리턴 bool