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
)

参数

返回值

类型:System.Windows.Forms.DragDropEffects
一个值,表示在拖放操作期间执行的最终效果。

备注

此方法提供与 Control.DoDragDrop 方法相同的功能。有关使用此方法的更多信息,请参见Control.DoDragDrop

.NET Framework 安全性

请参见

参考

ActionsPane 接口

Microsoft.Office.Tools 命名空间

其他资源

操作窗格概述