WebPartZoneBase.DragDropEnabled 屬性

定義

取得值,指出是否可以將 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

適用於

另請參閱