Click or drag to resize
IFlightSimulatorXPresenterIsSimConnectMessage Method
Returns true if the message passed across is intended for SimConnect (i.e. it's a Flight Simulator X message). If it is then the view should not process it.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsSimConnectMessage(
	Message message
)

Parameters

message
Type: System.Windows.FormsMessage

Return Value

Type: Boolean
See Also