'Declaration Public Enum CalculatorFunctions Inherits System.Enum
'Usage Dim instance As CalculatorFunctions
public enum CalculatorFunctions : System.Enum
'Declaration Public Enum CalculatorFunctions Inherits System.Enum
'Usage Dim instance As CalculatorFunctions
public enum CalculatorFunctions : System.Enum
Member | Description |
---|---|
Add | Add function. |
BackSpace | Backspace function. |
ChangeSign | Change sign function. |
Clear | Clear function. |
CloseParenthesis | Close parenthesis. |
Decimal | Decimal. |
Divide | Divide function. |
Eight | Eight. |
Equal | Equal function. |
Five | Five. |
Four | Four. |
MemoryAdd | Memory add function. |
MemoryClear | Memory clear function. |
MemoryEqual | Memory equal function. |
MemoryRecall | Memory recall function. |
Multiply | Multiply function. |
Nine | Nine. |
One | One. |
OpenParenthesis | Open parenthesis.. |
Seven | Seven. |
Six | Six. |
Subtract | Subtract function. |
Three | Three. |
Two | Two. |
Zero | Zero. |
System.Object
System.ValueType
System.Enum
Xceed.Editors.CalculatorFunctions
Target Platforms: 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