点击或拖拽改变大小

SelectionHandlerHandleMouseUp 方法

Handle mouse up to handle selection and link click.

命名空间:  DSkin.Html.Core.Handlers
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
public bool HandleMouseUp(
	RControl parent,
	bool leftMouseButton
)

参数

parent
类型:DSkin.Html.AdaptersRControl
the control hosting the html to invalidate
leftMouseButton
类型:SystemBoolean
is the left mouse button has been released

返回值

类型:Boolean
is the mouse up should be ignored
参见