Version

MaxNumericValue Property

Returns or sets the maximum value for the NumericValue property; when the NumericValue exceeds this value, the MaxNumericValue is displayed with a '+' appended to it.
Syntax
'Declaration
 
Public ReadOnly Property MaxNumericValue As Integer
public int MaxNumericValue {get;}
Remarks

This property defaults to a value of 99; when the value of the NumericValue exceeds the value of this property, the value of this property is displayed with a '+' appended to it.

Setting this property to zero removes the display constraint and causes the actual value of the NumericValue property to be displayed. Note, however, that because the amount of space reserved for the badge is fixed, large numeric values may not be fully displayed, which can be misleading to the user. This is also true in the case where MaxNumericValue is set to a large value.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also