Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit Namespace / Calculator.CalculatorButtonType Enumeration


In This Topic
    Calculator.CalculatorButtonType Enumeration
    In This Topic
    Value representing the type of a calculator button.
    Syntax
    'Declaration
     
    Public Enum Calculator.CalculatorButtonType 
       Inherits System.Enum
    'Usage
     
    Dim instance As Calculator.CalculatorButtonType
    public enum Calculator.CalculatorButtonType : System.Enum 
    Members
    MemberDescription
    AddThe "+" button.
    BackThe Back button, which provides backspace functionality for digits entered into the calculator control.
    CancelThe Cancel button ("C").
    ClearThe Clear button ("CE").
    DecimalThe decimal point button ("."). NOTE: The current culture's decimal separator is used.
    DivideThe division button ("/").
    EightThe "8" button.
    EqualThe Equals button ("=").
    FiveThe "5" button.
    FourThe "4" button.
    FractionThe Fraction button ("1/x").
    MAddThe Memory Add button ("M+").
    MCThe Memory Clear button ("MC").
    MRThe Memory Recall button ("MR").
    MSThe Memory Storage button ("MS").
    MSubThe Memory Subtract button ("M-").
    MultiplyThe Multiply button ("*").
    NegateThe Negate button ("+/-").
    NineThe "9" button.
    NoneNo button pressed.
    OneThe "1" button.
    PercentThe Percent button ("%").
    SevenThe "7" button.
    SixThe "6" button.
    SqrtThe Square Root button ("Sqrt").
    SubtractThe Subtract button ("-").
    ThreeThe "3" button.
    TwoThe "2" button.
    Zero

    The "0" button.

    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Wpf.Toolkit.Calculator.CalculatorButtonType

    Requirements

    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

    See Also