NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.ChildControlsCreated

[To be supplied.]

[Visual Basic]
Protected Property ChildControlsCreated As Boolean
[C#]
protected bool ChildControlsCreated {get; set;}
[C++]
protected: __property bool get_ChildControlsCreated();
protected: __property void set_ChildControlsCreated(bool);
[JScript]
protected function get ChildControlsCreated() : Boolean;
protected function set ChildControlsCreated(Boolean);

See Also

Control Class | Control Members | System.Web.UI Namespace