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

Determines the handle that can be used to parent this control to a hidden parking form.

[Visual Basic]
Overridable Protected ReadOnly Property ParkingFormHandle As _
   Integer
[C#]
protected int ParkingFormHandle {virtual get;}
[C++]
protected: __property virtual int get_ParkingFormHandle();
[JScript]
protected function get ParkingFormHandle() : int;

See Also

Control Class | Control Members | System.WinForms Namespace