'Declaration Public Enum Calculator.CalculatorButtonType Inherits System.Enum
'Usage Dim instance As Calculator.CalculatorButtonType
public enum Calculator.CalculatorButtonType : System.Enum
'Declaration Public Enum Calculator.CalculatorButtonType Inherits System.Enum
'Usage Dim instance As Calculator.CalculatorButtonType
public enum Calculator.CalculatorButtonType : System.Enum
Member | Description |
---|---|
Add | The "+" button. |
Back | The Back button, which provides backspace functionality for digits entered into the calculator control. |
Cancel | The Cancel button ("C"). |
Clear | The Clear button ("CE"). |
Decimal | The decimal point button ("."). NOTE: The current culture's decimal separator is used. |
Divide | The division button ("/"). |
Eight | The "8" button. |
Equal | The Equals button ("="). |
Five | The "5" button. |
Four | The "4" button. |
Fraction | The Fraction button ("1/x"). |
MAdd | The Memory Add button ("M+"). |
MC | The Memory Clear button ("MC"). |
MR | The Memory Recall button ("MR"). |
MS | The Memory Storage button ("MS"). |
MSub | The Memory Subtract button ("M-"). |
Multiply | The Multiply button ("*"). |
Negate | The Negate button ("+/-"). |
Nine | The "9" button. |
None | No button pressed. |
One | The "1" button. |
Percent | The Percent button ("%"). |
Seven | The "7" button. |
Six | The "6" button. |
Sqrt | The Square Root button ("Sqrt"). |
Subtract | The Subtract button ("-"). |
Three | The "3" button. |
Two | The "2" button. |
Zero | The "0" button. |
System.Object
System.ValueType
System.Enum
Xceed.Wpf.Toolkit.Calculator.CalculatorButtonType
Target Platforms: Windows 11, Windows 10, 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