RAdapterSetToClipboard 方法 (String, String) |
Set the given html and plain text data to clipboard.
Not relevant for platforms that don't render HTML on UI element.
命名空间:
DSkin.Html.Adapters
程序集:
DSkin (在 DSkin.dll 中) 版本:16.6.3.22
语法 public void SetToClipboard(
string html,
string plainText
)
参数
- html
- 类型:SystemString
the html data - plainText
- 类型:SystemString
the plain text data
参见