ParentControlDesigner.AllowSetChildIndexOnDrop 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,指示控件拖放到 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
属性值
如果控件放到 ParentControlDesigner 上时应保持其 z-顺序,则为 true
;否则为 false
。
注解
默认情况下,拖放到 上 ParentControlDesigner时,将保留拖动控件的 z 顺序。