点击或拖拽改变大小

RAdapterGetClipboardDataObjectInt 方法

Get data object for the given html and plain text data.
The data object can be used for clipboard or drag-drop operation.

命名空间:  DSkin.Html.Adapters
程序集:  DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法
C#
protected virtual Object GetClipboardDataObjectInt(
	string html,
	string plainText
)

参数

html
类型:SystemString
the html data
plainText
类型:SystemString
the plain text data

返回值

类型:Object
drag-drop data object
参见