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

Returns the current value of the handle. This may be zero if the handle has not been created.

[Visual Basic]
Protected ReadOnly Property InternalHandle As Integer
[C#]
protected int InternalHandle {get;}
[C++]
protected: __property int get_InternalHandle();
[JScript]
protected function get InternalHandle() : int;

See Also

Control Class | Control Members | System.WinForms Namespace