AllowDragAndDrop 属性

       

如果该属性值为 True,则可以用拖放来移动或者复制选定内容。Boolean 类型,可读写。

示例

本示例打开拖放编辑功能。

Options.AllowDragAndDrop = True

本示例返回“选项”对话框中“编辑”选项卡上的“拖放式文字编辑”选项的状态。

Dim blnDragAndDrop as Boolean

blnDragAndDrop = Options.AllowDragAndDrop