This documentation is archived and is not being maintained.
ControlBuilder.FChildrenAsProperties Property
.NET Framework 1.1
Determines whether the control has a ParseChildrenAttribute with ChildrenAsProperties set to true.
[Visual Basic] Protected ReadOnly Property FChildrenAsProperties As Boolean [C#] protected bool FChildrenAsProperties {get;} [C++] protected: __property bool get_FChildrenAsProperties(); [JScript] protected function get FChildrenAsProperties() : Boolean;
Property Value
true if the control has a ParseChildrenAttribute with ChildrenAsProperties set to true, otherwise false.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
ControlBuilder Class | ControlBuilder Members | System.Web.UI Namespace
Show: