ParentControlDesigner.AllowSetChildIndexOnDrop 屬性

定義

取得值,指出將控制項拖曳至 ParentControlDesigner 時,是否應維持被拖曳控制項的疊置順序 (Z-order)。

protected public:
 virtual property bool AllowSetChildIndexOnDrop { bool get(); };
protected internal virtual bool AllowSetChildIndexOnDrop { get; }
member this.AllowSetChildIndexOnDrop : bool
Protected Friend Overridable ReadOnly Property AllowSetChildIndexOnDrop As Boolean

屬性值

Boolean

如果將控制項拖曳至 ParentControlDesigner 時,應維持被拖曳控制項的疊置順序則為 true,否則為 false

備註

根據預設,拖曳控制項的迭置順序會在 上 ParentControlDesigner 卸載時維護。

適用於

另請參閱