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

The HWND handle that this control is bound to. If the handle has not yet been created, this will force handle creation.

[Visual Basic]
Overridable Public ReadOnly Property Handle As Integer
[C#]
public int Handle {virtual get;}
[C++]
public: __property virtual int get_Handle();
[JScript]
public function get Handle() : int;

See Also

Control Class | Control Members | System.WinForms Namespace