ClassRadCalculator
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
public class RadCalculator : ContentControl, IAutomationPeer, IPeerConverter, IRadCalculator, IContentControl, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlContentControlRadCalculator
Implements:
Inherited Members
Constructors
RadCalculator()
Initializes a new instance of the RadCalculator class.
Declaration
public RadCalculator()
Properties
AddButton
Get the Add button of the RadCalculator.
ClearButton
Get the Clear button of the RadCalculator.
ClearInputButton
Get the Clear input button of the RadCalculator.
DecimalSeparatorButton
Get the Decimal separator button of the RadCalculator.
Declaration
public RadButton DecimalSeparatorButton { get; }
Property Value
DeleteButton
Get the Delete button of the RadCalculator.
DisplayText
Get the DisplayTextBox of the RadCalculator.
DivideButton
Get the Divide button of the RadCalculator.
EqualButton
Get the Equal button of the RadCalculator.
HistoryText
Get the HistoryTextBox of the RadCalculator.
Input0Button
Get the Input0 button of the RadCalculator.
Input1Button
Get the Input1 button of the RadCalculator.
Input2Button
Get the Input2 button of the RadCalculator.
Input3Button
Get the Input3 button of the RadCalculator.
Input4Button
Get the Input4 button of the RadCalculator.
Input5Button
Get the Input5 button of the RadCalculator.
Input6Button
Get the Input6 button of the RadCalculator.
Input7Button
Get the Input7 button of the RadCalculator.
Input8Button
Get the Input8 button of the RadCalculator.
Input9Button
Get the Input9 button of the RadCalculator.
MemoryClearButton
Get the MemoryClear button of the RadCalculator.
MemoryMinusButton
Get the MemoryMinus button of the RadCalculator.
MemoryPlusButton
Get the MemoryPlus button of the RadCalculator.
MemoryRecallButton
Get the MemoryRecall button of the RadCalculator.
MemoryStoreButton
Get the MemoryStore button of the RadCalculator.
MultiplyButton
Get the Multiply button of the RadCalculator.
NegateButton
Get the Negate button of the RadCalculator.
PercentButton
Get the Percent button of the RadCalculator.
ReciprocalButton
Get the Reciprocal button of the RadCalculator.
SquareRootButton
Get the Square root button of the RadCalculator.
SubtractButton
Get the Subtract button of the RadCalculator.
Methods
Perform(CalculatorOperation)
Declaration
public void Perform(CalculatorOperation operation)
Parameters
operation