C# Class AvalonStudio.Controls.KeyExtensions

Afficher le fichier Open project: VitalElement/AvalonStudio

Méthodes publiques

Méthode Description
IsLanguageSpecificTriggerKey ( this key ) : bool
IsModifierKey ( this key ) : bool
IsNavigationKey ( this key ) : bool
IsSearchKey ( this key ) : bool
IsTriggerKey ( this key ) : bool

Method Details

IsLanguageSpecificTriggerKey() public static méthode

public static IsLanguageSpecificTriggerKey ( this key ) : bool
key this
Résultat bool

IsModifierKey() public static méthode

public static IsModifierKey ( this key ) : bool
key this
Résultat bool

IsNavigationKey() public static méthode

public static IsNavigationKey ( this key ) : bool
key this
Résultat bool

IsSearchKey() public static méthode

public static IsSearchKey ( this key ) : bool
key this
Résultat bool

IsTriggerKey() public static méthode

public static IsTriggerKey ( this key ) : bool
key this
Résultat bool