C# Класс WinRTXamlToolkit.Input.KeyGestureRecognizer

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

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

Метод Описание
Dispose ( ) : void
KeyGestureRecognizer ( KeyGesture gesture ) : System

Initializes a new instance of the KeyGestureRecognizer class.

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

Метод Описание
CheckKeyCombination ( KeyCombination combination, VirtualKey keyAdded, KeyCombination precedingCombination = null ) : MatchKind
CoreWindowOnKeyDown ( CoreWindow sender, KeyEventArgs args ) : void
RaiseGestureRecognized ( ) : void

Raises GestureRecognized event.

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

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

public Dispose ( ) : void
Результат void

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

Initializes a new instance of the KeyGestureRecognizer class.
gesture The gesture needs to consist of at least one key or key combination.;gesture
public KeyGestureRecognizer ( KeyGesture gesture ) : System
gesture KeyGesture The gesture to recognized.
Результат System