Click or drag to resize
IFlightSimulatorXViewWindowHandle Property
Gets the window handle that will be passed to IFlightSimulatorX.

Namespace: VirtualRadar.Interface.View
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IntPtr WindowHandle { get; }

Property Value

Type: IntPtr
Remarks
The SimConnect object that FlightSimulatorX uses needs a window handle to pass messages to, so non-Win32 implementations of this might be in some trouble!
See Also