MouseEventArgs 成员

MouseUpMouseDownMouseMove 事件提供数据。

下表列出了由 MouseEventArgs 类型公开的成员。

公共构造函数

  名称 说明
Public method Supported by the .NET Compact Framework MouseEventArgs 初始化 MouseEventArgs 类的新实例。

页首

公共属性

  名称 说明
Public property Supported by the .NET Compact Framework Button 获取曾按下的是哪个鼠标按钮。
Public property Clicks 获取按下并释放鼠标按钮的次数。
Public property Delta 获取鼠标轮已转动的制动器数的有符号计数。制动器是鼠标轮的一个凹口。
Public property Location 获取鼠标在产生鼠标事件时的位置。
Public property Supported by the .NET Compact Framework X 获取鼠标在产生鼠标事件时的 x 坐标。
Public property Supported by the .NET Compact Framework Y 获取鼠标在产生鼠标事件时的 y 坐标。

页首

公共方法

(请参见 受保护的方法 )

  名称 说明
Public method Supported by the .NET Compact Framework Equals  已重载。 确定两个 Object 实例是否相等。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetHashCode  用作特定类型的哈希函数。GetHashCode 适合在哈希算法和数据结构(如哈希表)中使用。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework GetType  获取当前实例的 Type。 (从 Object 继承。)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  确定指定的 Object 实例是否是相同的实例。 (从 Object 继承。)
Public method Supported by the .NET Compact Framework ToString  返回表示当前 ObjectString。 (从 Object 继承。)

页首

受保护的方法

  名称 说明
Protected method Supported by the .NET Compact Framework Finalize  允许 Object 在“垃圾回收”回收 Object 之前尝试释放资源并执行其他清理操作。 (从 Object 继承。)
Protected method Supported by the .NET Compact Framework MemberwiseClone  创建当前 Object 的浅表副本。 (从 Object 继承。)

页首

请参见

参考

MouseEventArgs 类
System.Windows.Forms 命名空间
OnMouseDown
Control.MouseDown 事件
OnMouseUp
Control.MouseUp 事件
OnMouseMove
Control.MouseMove 事件
MouseDown
MouseUp
MouseMove