InputGesture 类

定义

介绍输入设备笔势的抽象类。

public ref class InputGesture abstract
public abstract class InputGesture
type InputGesture = class
Public MustInherit Class InputGesture
继承
InputGesture
派生

注解

Windows Presentation Foundation 中的 实现InputGestureKeyGestureMouseGesture

输入手势可以与命令相关联,以便在执行该笔势时调用命令。 有关详细信息,请参阅 InputBinding命令概述

构造函数

InputGesture()

初始化 InputGesture 类的新实例。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
Matches(Object, InputEventArgs)

当在派生类中重写时,确定指定的 InputGesture 是否与指定的 InputEventArgs 对象所关联的输入相匹配。

MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于

另请参阅