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!

IWin32Window.Handle

A handle to the window represented by the implementor.

[Visual Basic]
ReadOnly Property Handle As Integer
[C#]
int Handle {get;}
[C++]
int get_Handle() = 0;
[JScript]
abstract function get Handle() : int;

See Also

IWin32Window Interface | IWin32Window Members | System.WinForms Namespace