C# Class Rsdn.Shortcuts.CustomShortcut

Inheritance: ICloneable
显示文件 Open project: rsdn/janus Class Usage Examples

Private Properties

Property Type Description
FindShortcutMethod string
Initialize void

Public Methods

Method 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

Method Description
FindShortcutMethod ( Keys key ) : string
Initialize ( Type owner, string name ) : void

Method Details

Clone() public method

public Clone ( ) : object
return object

CustomShortcut() public method

public CustomShortcut ( Type owner, string name ) : System
owner System.Type
name string
return System

CustomShortcut() public method

public CustomShortcut ( Type owner, string name, IEnumerable children ) : System
owner System.Type
name string
children IEnumerable
return System

ProcessMessageKey() public method

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