C# Class VisualUIAVerify.Misc.HotKey

Mostra 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_oe property

public EventHandler Handler
return EventHandler

Key public_oe property

public string Key
return string

MaskString public_oe property

public string MaskString
return string