点击或拖拽改变大小

MouseSimulator 类

Sweet 开发框架
Operations that simulate mouse events
继承层次
SystemObject
  SweetUIMouseSimulator

命名空间:  SweetUI
程序集:  SweetUI (在 SweetUI.dll 中) 版本:3.10.1.0 (3.10.1.0)
语法
public static class MouseSimulator

MouseSimulator 类型公开以下成员。

属性
  名称说明
公共属性静态成员Position
Gets or sets a structure that represents both X and Y mouse coordinates
公共属性静态成员X
Gets or sets only the mouse's x coordinate
公共属性静态成员Y
Gets or sets only the mouse's y coordinate
Top
方法
  名称说明
公共方法静态成员Click(MouseButton)
Click a mouse button (down then up)
公共方法静态成员Click(MouseButtons)
公共方法静态成员DoubleClick(MouseButton)
Double click a mouse button (down then up twice)
公共方法静态成员DoubleClick(MouseButtons)
公共方法静态成员Hide
Hide mouse cursor only on current application's forms
公共方法静态成员MouseDown(MouseButton)
Press a mouse button down
公共方法静态成员MouseDown(MouseButtons)
公共方法静态成员MouseUp(MouseButton)
Let a mouse button up
公共方法静态成员MouseUp(MouseButtons)
公共方法静态成员Show
Show a hidden current on currently application
Top
参见
SweetUI 控件库、工具类库、扩展类库、多页面开发框架