点击或拖拽改变大小

RAdapterGetClipboardDataObject 方法

Get data object for the given html and plain text data.
The data object can be used for clipboard or drag-drop operation.
Not relevant for platforms that don't render HTML on UI element.

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

参数

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

返回值

类型:Object
drag-drop data object
参见