Calculator Members
The Calculator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Calculator()()()() |
Initializes a new instance of the Calculator class.
|
Methods
Name | Description | |
---|---|---|
OnApplyTemplate |
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate.
|
|
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.
|
|
OnValueChanged |
Called when [value changed].
|
Properties
Name | Description | |
---|---|---|
AdditionButton |
Gets or sets the addition button.
|
|
BackButton |
Gets or sets the back button.
|
|
Button0 |
Gets or sets the button0.
|
|
Button1 |
Gets or sets the button1.
|
|
Button2 |
Gets or sets the button2.
|
|
Button3 |
Gets or sets the button3.
|
|
Button4 |
Gets or sets the button4.
|
|
Button5 |
Gets or sets the button5.
|
|
Button6 |
Gets or sets the button6.
|
|
Button7 |
Gets or sets the button7.
|
|
Button8 |
Gets or sets the button8.
|
|
Button9 |
Gets or sets the button9.
|
|
CeButton |
Gets or sets the ce button.
|
|
ClrButton |
Gets or sets the color button.
|
|
Control |
Gets the control.
|
|
DecimalButton |
Gets or sets the decimal button.
|
|
DivideButton |
Gets or sets the divide button.
|
|
EntryText |
Gets or sets the entry text.
|
|
EntryTextBlock |
Gets or sets the entry text block.
|
|
EqualsButton |
Gets or sets the equals button.
|
|
EquationText |
Gets or sets the equation text.
|
|
EquationTextBlock |
Gets or sets the equation text block.
|
|
MAddButton |
Gets or sets the m add button.
|
|
McButton |
Gets or sets the mc button.
|
|
MemoryClearEnabled |
Gets or sets a value indicating whether [memory clear enabled].
|
|
MemoryMinusEnabled |
Gets or sets a value indicating whether [memory minus enabled].
|
|
MemoryPlusEnabled |
Gets or sets a value indicating whether [memory plus enabled].
|
|
MemoryRecallEnabled |
Gets or sets a value indicating whether [memory recall enabled].
|
|
MemoryStatusTextBlock |
Gets or sets the memory status text block.
|
|
MemoryStatusVisible |
Gets or sets a value indicating whether [memory status visible].
|
|
MemoryStoreEnabled |
Gets or sets a value indicating whether [memory store enabled].
|
|
MrButton |
Gets or sets the mr button.
|
|
MsButton |
Gets or sets the ms button.
|
|
MSubtractButton |
Gets or sets the m subtract button.
|
|
MultiplyButton |
Gets or sets the multiply button.
|
|
PlusMinusButton |
Gets or sets the plus minus button.
|
|
Precision |
Gets or sets the precision.
|
|
Processor |
Gets the processor.
|
|
SubtractButton |
Gets or sets the subtract button.
|
|
Value |
Gets or sets the value.
|