C# Class TpTrayUtility.KeyPressedInfo

Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Свойство Type Description
KeyCode Keys
KeyValue int
Modifiers KeyModifiers

Méthodes publiques

Méthode Description
KeyPressedInfo ( ) : System
KeyPressedInfo ( KeyPressedInfo inf ) : System
KeyPressedInfo ( int keyValue, KeyModifiers modifiers ) : System
isEqual ( KeyPressedInfo info ) : bool

Method Details

KeyPressedInfo() public méthode

public KeyPressedInfo ( ) : System
Résultat System

KeyPressedInfo() public méthode

public KeyPressedInfo ( KeyPressedInfo inf ) : System
inf KeyPressedInfo
Résultat System

KeyPressedInfo() public méthode

public KeyPressedInfo ( int keyValue, KeyModifiers modifiers ) : System
keyValue int
modifiers KeyModifiers
Résultat System

isEqual() public méthode

public isEqual ( KeyPressedInfo info ) : bool
info KeyPressedInfo
Résultat bool

Property Details

KeyCode public_oe property

public Keys KeyCode
Résultat Keys

KeyValue public_oe property

public int KeyValue
Résultat int

Modifiers public_oe property

public KeyModifiers Modifiers
Résultat KeyModifiers