C# Class VisualUIAVerify.Misc.HotKey

Show file Open project: geeksree/cSharpGeeks

Public Properties

Property Type Description
Handler EventHandler
Key string
MaskString string

Public Methods

Method Description
HotKey ( string MaskString, string Key, EventHandler Handler ) : System

Method Details

HotKey() public method

public HotKey ( string MaskString, string Key, EventHandler Handler ) : System
MaskString string
Key string
Handler EventHandler
return System

Property Details

Handler public property

public EventHandler Handler
return EventHandler

Key public property

public string Key
return string

MaskString public property

public string MaskString
return string