点击或拖拽改变大小

IDropTargetDragOver 方法

[缺少 "M:CPF.Windows.IDropTarget.DragOver(System.Int32,System.Int64,CPF.Windows.DropEffect@)" 的 <summary> 文档]

命名空间:  CPF.Windows
程序集:  CPF.Windows (在 CPF.Windows.dll 中) 版本:0.8.8.5
语法
C#
UnmanagedMethodsHRESULT DragOver(
	int grfKeyState,
	long pt,
	out DropEffect pdwEffect
)

参数

grfKeyState
类型:SystemInt32

[缺少 "M:CPF.Windows.IDropTarget.DragOver(System.Int32,System.Int64,CPF.Windows.DropEffect@)" 的 <param name="grfKeyState"/> 文档]

pt
类型:SystemInt64

[缺少 "M:CPF.Windows.IDropTarget.DragOver(System.Int32,System.Int64,CPF.Windows.DropEffect@)" 的 <param name="pt"/> 文档]

pdwEffect
类型:CPF.WindowsDropEffect

[缺少 "M:CPF.Windows.IDropTarget.DragOver(System.Int32,System.Int64,CPF.Windows.DropEffect@)" 的 <param name="pdwEffect"/> 文档]

返回值

类型:UnmanagedMethodsHRESULT

[缺少 "M:CPF.Windows.IDropTarget.DragOver(System.Int32,System.Int64,CPF.Windows.DropEffect@)" 的 <returns> 文档]

参见