C# Class SylphyHorn.Services.ShortcutKey

Represents a shortcut key ([modifer key(s)] + [key] style).
Exibir arquivo Open project: Grabacr07/SylphyHorn Class Usage Examples

Public Properties

Property Type Description
None ShortcutKey

Private Properties

Property Type Description
Equals bool
ShortcutKey Windows.System

Public Methods

Method Description
Equals ( ShortcutKey other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
ShortcutKey ( System.Windows.Forms.Keys key ) : Windows.System
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
Equals ( ICollection key1, ICollection key2 ) : bool
ShortcutKey ( System.Windows.Forms.Keys key, ICollection modifiers ) : Windows.System

Method Details

Equals() public method

public Equals ( ShortcutKey other ) : bool
other ShortcutKey
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

ShortcutKey() public method

public ShortcutKey ( System.Windows.Forms.Keys key ) : Windows.System
key System.Windows.Forms.Keys
return Windows.System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool

Property Details

None public_oe static_oe property

public static ShortcutKey,SylphyHorn.Services None
return ShortcutKey