点击或拖拽改变大小

DragDropDoDragDrop 方法

[缺少 "M:CPF.Input.DragDrop.DoDragDrop(CPF.Input.DragDropEffects,System.ValueTuple{CPF.Input.DataFormat,System.Object}[])" 的 <summary> 文档]

命名空间:  CPF.Input
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public static DragDropEffects DoDragDrop(
	DragDropEffects allowedEffects,
	params (DataFormat , Object )[] data
)

参数

allowedEffects
类型:CPF.InputDragDropEffects

[缺少 "M:CPF.Input.DragDrop.DoDragDrop(CPF.Input.DragDropEffects,System.ValueTuple{CPF.Input.DataFormat,System.Object}[])" 的 <param name="allowedEffects"/> 文档]

data
类型:SystemValueTupleDataFormat, Object

[缺少 "M:CPF.Input.DragDrop.DoDragDrop(CPF.Input.DragDropEffects,System.ValueTuple{CPF.Input.DataFormat,System.Object}[])" 的 <param name="data"/> 文档]

返回值

类型:DragDropEffects

[缺少 "M:CPF.Input.DragDrop.DoDragDrop(CPF.Input.DragDropEffects,System.ValueTuple{CPF.Input.DataFormat,System.Object}[])" 的 <returns> 文档]

参见