WebPartZoneBase.DragDropEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否可以將 WebPart 控制項拖入或拖出區域。
protected public:
property bool DragDropEnabled { bool get(); };
protected internal bool DragDropEnabled { get; }
member this.DragDropEnabled : bool
Protected Friend ReadOnly Property DragDropEnabled As Boolean
屬性值
布林值,指出是否可以拖曳控制項。
備註
屬性 DragDropEnabled 指出 WebPart 控制項是否可以在運行時間拖入或移出區域。 屬性特別用於檢查頁面是否處於允許拖放編輯的頁面顯示模式,以及屬性是否 AllowLayoutChange 設定為 true
。