HidNumericControl Class
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.
Represents a numeric control on a HID device that returns a range of values. An example would be the volume control on a speaker.
public ref class HidNumericControl sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class HidNumericControl final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class HidNumericControl
Public NotInheritable Class HidNumericControl
- Inheritance
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
ControlDescription |
Gets a control description for the given numeric control. |
Id |
Gets the identifier for the given numeric control. |
IsGrouped |
Gets a Boolean value that indicates whether the given numeric control is grouped with other, related controls. |
ScaledValue |
Gets or sets a scaled numeric-value for the given control. |
UsageId |
Gets the usage identifier for the given numeric control. |
UsagePage |
Gets the usage page for the given numeric control. |
Value |
Gets or sets the numeric value for a given control. |