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.Created

Returns true if the control has been created.

[Visual Basic]
Public ReadOnly Property Created As Boolean
[C#]
public bool Created {get;}
[C++]
public: __property bool get_Created();
[JScript]
public function get Created() : Boolean;

See Also

Control Class | Control Members | System.WinForms Namespace