C# Class VisualUIAVerify.Misc.HotKey

Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Свойство Type Description
Handler EventHandler
Key string
MaskString string

Méthodes publiques

Méthode Description
HotKey ( string MaskString, string Key, EventHandler Handler ) : System

Method Details

HotKey() public méthode

public HotKey ( string MaskString, string Key, EventHandler Handler ) : System
MaskString string
Key string
Handler EventHandler
Résultat System

Property Details

Handler public_oe property

public EventHandler Handler
Résultat EventHandler

Key public_oe property

public string Key
Résultat string

MaskString public_oe property

public string MaskString
Résultat string