点击或拖拽改变大小

DuiMouseEventArgs 构造函数

初始化 DuiMouseEventArgs 类的一个新实例

命名空间:  DSkin.DirectUI
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public DuiMouseEventArgs(
	MouseButtons button,
	int clicks,
	int x,
	int y,
	int delta,
	bool handled,
	DuiBaseControl source
)

参数

button
类型:System.Windows.FormsMouseButtons

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="button"/> 文档]

clicks
类型:SystemInt32

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="clicks"/> 文档]

x
类型:SystemInt32

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="x"/> 文档]

y
类型:SystemInt32

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="y"/> 文档]

delta
类型:SystemInt32

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="delta"/> 文档]

handled
类型:SystemBoolean

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="handled"/> 文档]

source
类型:DSkin.DirectUIDuiBaseControl

[缺少 "M:DSkin.DirectUI.DuiMouseEventArgs.#ctor(System.Windows.Forms.MouseButtons,System.Int32,System.Int32,System.Int32,System.Int32,System.Boolean,DSkin.DirectUI.DuiBaseControl)" 的 <param name="source"/> 文档]

参见