ParentControlDesigner.AllowSetChildIndexOnDrop 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出將控制項拖曳至 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
屬性值
如果將控制項拖曳至 ParentControlDesigner 時,應維持被拖曳控制項的疊置順序則為 true
,否則為 false
。
備註
根據預設,拖曳控件的迭置順序會在 上 ParentControlDesigner卸除時維護。