ParentControlDesigner.AllowSetChildIndexOnDrop プロパティ

定義

ドラッグしたコントロールを ParentControlDesigner にドロップしたときに、ドラッグしたコントロールの z オーダーを維持するかどうかを示す値を取得します。

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 にドロップしたときに、ドラッグしたコントロールの z オーダーを維持する場合は true。それ以外の場合は、false

注釈

既定では、ドラッグされたコントロールの z オーダーは、ParentControlDesigner

適用対象

こちらもご覧ください