C# Класс AvalonStudio.Extensibility.Commands.CommandKeyGestureService

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

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

Метод Описание
BindKeyGestures ( Avalonia.Controls.Control uiElement ) : void
GetPrimaryKeyGesture ( CommandDefinitionBase commandDefinition ) : KeyGesture

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

Метод Описание
CommandKeyGestureService ( [ keyboardShortcuts, [ excludeKeyboardShortcuts, ICommandService commandService ) : System.ComponentModel.Composition

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

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

public BindKeyGestures ( Avalonia.Controls.Control uiElement ) : void
uiElement Avalonia.Controls.Control
Результат void

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

public GetPrimaryKeyGesture ( CommandDefinitionBase commandDefinition ) : KeyGesture
commandDefinition CommandDefinitionBase
Результат KeyGesture