点击或拖拽改变大小

IClipboard 接口

[缺少 "T:CPF.Input.IClipboard" 的 <summary> 文档]

命名空间:  CPF.Input
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public interface IClipboard : IDataObject

IClipboard 类型公开以下成员。

方法
  名称说明
公共方法Clear
公共方法Contains
Checks whether a given DataFormat is present in this object
(继承自 IDataObject。)
公共方法GetData
Tries to get the data of the given DataFormat.
(继承自 IDataObject。)
公共方法SetData
Top
参见