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

Whether or not this control has a handle associated with it.

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

See Also

Control Class | Control Members | System.WinForms Namespace