Share via


_OlkTextBox.DragBehavior 属性

定义

返回或设置一个 OlDragBehavior 常量,该常量指示系统是否为此控件启用拖放功能。 读/写。

public:
 property Microsoft::Office::Interop::Outlook::OlDragBehavior DragBehavior { Microsoft::Office::Interop::Outlook::OlDragBehavior get(); void set(Microsoft::Office::Interop::Outlook::OlDragBehavior value); };
public Microsoft.Office.Interop.Outlook.OlDragBehavior DragBehavior { get; set; }
Public Property DragBehavior As OlDragBehavior

属性值

注解

默认值是 olDragDropDisabled

适用于