Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / CalculatorFunctions Enumeration


In This Topic
    CalculatorFunctions Enumeration
    In This Topic
    Value representing functions of the WinCalculator control.
    Syntax
    'Declaration
     
    Public Enum CalculatorFunctions 
       Inherits System.Enum
    'Usage
     
    Dim instance As CalculatorFunctions
    public enum CalculatorFunctions : System.Enum 
    Members
    MemberDescription
    AddAdd function.
    BackSpaceBackspace function.
    ChangeSignChange sign function.
    ClearClear function.
    CloseParenthesisClose parenthesis.
    DecimalDecimal.
    DivideDivide function.
    EightEight.
    EqualEqual function.
    FiveFive.
    FourFour.
    MemoryAddMemory add function.
    MemoryClearMemory clear function.
    MemoryEqualMemory equal function.
    MemoryRecallMemory recall function.
    MultiplyMultiply function.
    NineNine.
    OneOne.
    OpenParenthesisOpen parenthesis..
    SevenSeven.
    SixSix.
    SubtractSubtract function.
    ThreeThree.
    TwoTwo.
    ZeroZero.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Editors.CalculatorFunctions

    Requirements

    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

    See Also