ControlBuilder.FChildrenAsProperties 属性

定义

获取确定控件是否有设置到 trueParseChildrenAttributeChildrenAsProperties 的值。

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

属性值

Boolean

如果控件有 ParseChildrenAttribute 设置为 trueChildrenAsProperties,则为 true;否则为 false

适用于