TessaInputBinding - класс

Привязка команды к жесту (нажатию клавиши или клику мыши).

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public sealed class TessaInputBinding : IInputBinding, 
	IEquatable<IInputBinding>, IEquatable<InputBinding>
Inheritance
Object    TessaInputBinding
Implements
IEquatableIInputBinding, IEquatableInputBinding, IInputBinding

Конструкторы

TessaInputBinding Создаёт экземпляр класса с указанием значений его свойств.

Свойства

CommandКоманда.
GestureЖест, связанный с командой. Обычно нажатие клавиши или клик мыши.

Методы

Equals(IInputBinding)Indicates whether the current object is equal to another object of the same type.
Equals(InputBinding)Indicates whether the current object is equal to another object of the same type.
Equals(Object)Determines whether the specified object is equal to the current object.
(Переопределяет ObjectEquals(Object))
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeServes as the default hash function.
(Переопределяет ObjectGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

CreateWpfBinding Создаёт объект привязки InputBinding для использования в WPF. Вызывайте в потоке диспетчера WPF.
(Определяется UIExtensions)

См. также