ControlBuilder.FChildrenAsProperties 属性

定义

获取一个值,该值确定控件是否具有 ParseChildrenAttribute 设置为 ChildrenAsPropertiestrue.

protected:
 property bool FChildrenAsProperties { bool get(); };
protected bool FChildrenAsProperties { get; }
member this.FChildrenAsProperties : bool
Protected ReadOnly Property FChildrenAsProperties As Boolean

属性值

true如果控件的ParseChildrenAttributeChildrenAsProperties设置为 true,则为false

适用于