HidInputReport.ActivatedBooleanControls 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 currently activated Boolean controls for the given HID device.
public:
property IVectorView<HidBooleanControl ^> ^ ActivatedBooleanControls { IVectorView<HidBooleanControl ^> ^ get(); };
IVectorView<HidBooleanControl> ActivatedBooleanControls();
public IReadOnlyList<HidBooleanControl> ActivatedBooleanControls { get; }
var iVectorView = hidInputReport.activatedBooleanControls;
Public ReadOnly Property ActivatedBooleanControls As IReadOnlyList(Of HidBooleanControl)
Property Value
A collection of Boolean controls.