ControlBuilder.FChildrenAsProperties 속성

정의

컨트롤에 ParseChildrenAttributetrue로 설정된 ChildrenAsProperties가 있는지 여부를 나타내는 값을 가져옵니다.

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

속성 값

Boolean

ParseChildrenAttributetrue로 설정한 ChildrenAsProperties가 컨트롤에 있으면 true이고, 그렇지 않으면 false입니다.

적용 대상