HidNumericControlDescription.IsAbsolute 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 a value indicating whether the given numeric control values are absolute or relative (change in value from that previously reported).
public:
property bool IsAbsolute { bool get(); };
bool IsAbsolute();
public bool IsAbsolute { get; }
var boolean = hidNumericControlDescription.isAbsolute;
Public ReadOnly Property IsAbsolute As Boolean
Property Value
Boolean
bool
True, if the values are absolute; false if the values are relative.