RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

Calculator Members

The Calculator type exposes the following members.

Constructors


  Name Description
Public method Calculator()()()()
Initializes a new instance of the Calculator class.

Methods


  Name Description
Public method OnApplyTemplate
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
Protected method OnPreviewKeyDown
Invoked when an unhandled PreviewKeyDown attached event reaches an element in its route that is derived from this class. Implement this method to add class handling for this event.
Public method OnValueChanged
Called when [value changed].

Properties


  Name Description
Public property AdditionButton
Gets or sets the addition button.
Public property BackButton
Gets or sets the back button.
Public property Button0
Gets or sets the button0.
Public property Button1
Gets or sets the button1.
Public property Button2
Gets or sets the button2.
Public property Button3
Gets or sets the button3.
Public property Button4
Gets or sets the button4.
Public property Button5
Gets or sets the button5.
Public property Button6
Gets or sets the button6.
Public property Button7
Gets or sets the button7.
Public property Button8
Gets or sets the button8.
Public property Button9
Gets or sets the button9.
Public property CeButton
Gets or sets the ce button.
Public property ClrButton
Gets or sets the color button.
Public property Control
Gets the control.
Public property DecimalButton
Gets or sets the decimal button.
Public property DivideButton
Gets or sets the divide button.
Public property EntryText
Gets or sets the entry text.
Public property EntryTextBlock
Gets or sets the entry text block.
Public property EqualsButton
Gets or sets the equals button.
Public property EquationText
Gets or sets the equation text.
Public property EquationTextBlock
Gets or sets the equation text block.
Public property MAddButton
Gets or sets the m add button.
Public property McButton
Gets or sets the mc button.
Public property MemoryClearEnabled
Gets or sets a value indicating whether [memory clear enabled].
Public property MemoryMinusEnabled
Gets or sets a value indicating whether [memory minus enabled].
Public property MemoryPlusEnabled
Gets or sets a value indicating whether [memory plus enabled].
Public property MemoryRecallEnabled
Gets or sets a value indicating whether [memory recall enabled].
Public property MemoryStatusTextBlock
Gets or sets the memory status text block.
Public property MemoryStatusVisible
Gets or sets a value indicating whether [memory status visible].
Public property MemoryStoreEnabled
Gets or sets a value indicating whether [memory store enabled].
Public property MrButton
Gets or sets the mr button.
Public property MsButton
Gets or sets the ms button.
Public property MSubtractButton
Gets or sets the m subtract button.
Public property MultiplyButton
Gets or sets the multiply button.
Public property PlusMinusButton
Gets or sets the plus minus button.
Public property Precision
Gets or sets the precision.
Protected property Processor
Gets the processor.
Public property SubtractButton
Gets or sets the subtract button.
Public property Value
Gets or sets the value.

Events


  Name Description
Public event ValueChanged
Occurs when [value changed].