ControlBuilder.FChildrenAsProperties Propiedad

Definición

Obtiene un valor que determina si el control tiene un objeto ParseChildrenAttribute con ChildrenAsProperties establecida en true.

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

Valor de propiedad

Boolean

true si el control tiene un ParseChildrenAttribute con la propiedad ChildrenAsProperties establecida en true; en caso contrario, false.

Se aplica a