HidNumericControlDescription.LogicalMaximum 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 highest possible value for the given control.
public:
property int LogicalMaximum { int get(); };
int LogicalMaximum();
public int LogicalMaximum { get; }
var int32 = hidNumericControlDescription.logicalMaximum;
Public ReadOnly Property LogicalMaximum As Integer
Property Value
Int32
int
The signed upper bound.