C# Class Rsdn.Shortcuts.CustomShortcut

Inheritance: ICloneable
Afficher le fichier Open project: rsdn/janus Class Usage Examples

Private Properties

Свойство Type Description
FindShortcutMethod string
Initialize void

Méthodes publiques

Méthode Description
Clone ( ) : object
CustomShortcut ( Type owner, string name ) : System
CustomShortcut ( Type owner, string name, IEnumerable children ) : System
ProcessMessageKey ( Control control, Keys keys, ShortcutManager manager ) : bool

Private Methods

Méthode Description
FindShortcutMethod ( Keys key ) : string
Initialize ( Type owner, string name ) : void

Method Details

Clone() public méthode

public Clone ( ) : object
Résultat object

CustomShortcut() public méthode

public CustomShortcut ( Type owner, string name ) : System
owner System.Type
name string
Résultat System

CustomShortcut() public méthode

public CustomShortcut ( Type owner, string name, IEnumerable children ) : System
owner System.Type
name string
children IEnumerable
Résultat System

ProcessMessageKey() public méthode

public ProcessMessageKey ( Control control, Keys keys, ShortcutManager manager ) : bool
control System.Windows.Forms.Control
keys Keys
manager ShortcutManager
Résultat bool