WebPartChrome.DragDropEnabled 属性
定义
获取指示是否可以将控件拖入和拖出区域的值。Gets a value that indicates whether controls can be dragged into and out of the zone.
protected:
property bool DragDropEnabled { bool get(); };
protected bool DragDropEnabled { get; }
member this.DragDropEnabled : bool
Protected ReadOnly Property DragDropEnabled As Boolean
属性值
一个指示是否可以拖动控件的布尔值。A Boolean value that indicates whether controls can be dragged.
注解
属性的值由 DragDropEnabled 属性的值确定 DragDropEnabled 。The value of the DragDropEnabled property is determined by the value of the DragDropEnabled property.