HidInputReport.TransitionedBooleanControls Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the recently transitioned Boolean controls for the given HID device.
public:
property IVectorView<HidBooleanControl ^> ^ TransitionedBooleanControls { IVectorView<HidBooleanControl ^> ^ get(); };
IVectorView<HidBooleanControl> TransitionedBooleanControls();
public IReadOnlyList<HidBooleanControl> TransitionedBooleanControls { get; }
var iVectorView = hidInputReport.transitionedBooleanControls;
Public ReadOnly Property TransitionedBooleanControls As IReadOnlyList(Of HidBooleanControl)
Property Value
A collection of Boolean controls.