点击或拖拽改变大小

IDataObject 接口

Interface to access information about the data of a drag-and-drop or Clipboard operation.

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

IDataObject 类型公开以下成员。

方法
  名称说明
公共方法Contains
Checks whether a given DataFormat is present in this object
公共方法GetData
Tries to get the data of the given DataFormat.
Top
参见