C# Класс Rsdn.Shortcuts.CustomShortcut

Наследование: ICloneable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
FindShortcutMethod string
Initialize void

Открытые методы

Метод Описание
Clone ( ) : object
CustomShortcut ( Type owner, string name ) : System
CustomShortcut ( Type owner, string name, IEnumerable children ) : System
ProcessMessageKey ( Control control, Keys keys, ShortcutManager manager ) : bool

Приватные методы

Метод Описание
FindShortcutMethod ( Keys key ) : string
Initialize ( Type owner, string name ) : void

Описание методов

Clone() публичный Метод

public Clone ( ) : object
Результат object

CustomShortcut() публичный Метод

public CustomShortcut ( Type owner, string name ) : System
owner System.Type
name string
Результат System

CustomShortcut() публичный Метод

public CustomShortcut ( Type owner, string name, IEnumerable children ) : System
owner System.Type
name string
children IEnumerable
Результат System

ProcessMessageKey() публичный Метод

public ProcessMessageKey ( Control control, Keys keys, ShortcutManager manager ) : bool
control System.Windows.Forms.Control
keys Keys
manager ShortcutManager
Результат bool