FlightStick.Headset Property

Definition

The audio headset attached to the flight stick.

public:
 property Headset ^ Headset { Headset ^ get(); };
Headset Headset();
public Headset Headset { get; }
var headset = flightStick.headset;
Public ReadOnly Property Headset As Headset

Property Value

The audio headset attached to the flight stick.

Implements

Remarks

See Headset for information about programming for headsets.

Applies to

See also