ActionsPane.DoDragDrop 方法
开始拖放操作。
命名空间: Microsoft.Office.Tools
程序集: Microsoft.Office.Tools.Common(在 Microsoft.Office.Tools.Common.dll 中)
语法
声明
Function DoDragDrop ( _
data As Object, _
allowedEffects As DragDropEffects _
) As DragDropEffects
DragDropEffects DoDragDrop(
Object data,
DragDropEffects allowedEffects
)
参数
- data
类型:System.Object
要拖动的数据。
- allowedEffects
类型:System.Windows.Forms.DragDropEffects
DragDropEffects 值之一。
返回值
类型:System.Windows.Forms.DragDropEffects
一个值,表示在拖放操作期间执行的最终效果。
备注
此方法提供与 Control.DoDragDrop 方法相同的功能。有关使用此方法的更多信息,请参见Control.DoDragDrop。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。