IFlightSimulatorXViewWindowHandle Property |
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax IntPtr WindowHandle { get; }
ReadOnly Property WindowHandle As IntPtr
Get
property IntPtr WindowHandle {
IntPtr get ();
}
abstract WindowHandle : IntPtr with get
Property Value
Type:
IntPtrRemarks
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