FlightStick.IsWireless Property

Definition

Gets a value that indicates the wireless state of the flight stick.

public:
 property bool IsWireless { bool get(); };
bool IsWireless();
public bool IsWireless { get; }
var boolean = flightStick.isWireless;
Public ReadOnly Property IsWireless As Boolean

Property Value

Boolean

bool

True if the flight stick is wireless. Otherwise, false.

Implements

Applies to