Version

CalculatorDropDownStyle Enumeration

Determines whether the value is cleared when the calculator portion is displayed.
Syntax
'Declaration
 
Public Enum CalculatorDropDownStyle 
   Inherits System.Enum
public enum CalculatorDropDownStyle : System.Enum 
Members
MemberDescription
KeepCurrentValueThe value is preserved when the dropdown is displayed.
ResetToZeroThe value is set to zero when the dropdown is displayed.
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