Class RadCalculatorOperationButtonElement
Represents button element used in Rad
Inheritance
System.Object
RadCalculatorOperationButtonElement
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCalculatorOperationButtonElement : RadCalculatorButton, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadCalculatorOperationButtonElement(String)
Declaration
[Obsolete("Use the RadCalculatorOperationButtonElement(string text, CalculatorAction action) constructor instead. This constructor is no longer used and will be removed in R3 2024.")]
public RadCalculatorOperationButtonElement(string text)
Parameters
System.
|
RadCalculatorOperationButtonElement(String, CalculatorAction)
Creates new instance of Rad
Declaration
public RadCalculatorOperationButtonElement(string text, CalculatorAction action)
Parameters
System. Button text. |
Calculator The calculator action this button is responsible for. |