Class RadCalculatorDigitButtonElement
Represents button element used in RadCalculatorContentElement.
Inheritance
System.Object
RadCalculatorDigitButtonElement
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 RadCalculatorDigitButtonElement : RadCalculatorButton, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadCalculatorDigitButtonElement(String)
Declaration
[Obsolete("Use the RadCalculatorDigitButtonElement(string text, CalculatorAction action) constructor instead. This constructor is no longer used and will be removed in R3 2024.")]
public RadCalculatorDigitButtonElement(string text)
Parameters
System.String
text
|
RadCalculatorDigitButtonElement(String, CalculatorAction)
Creates new instance of RadCalculatorDigitButtonElement.
Declaration
public RadCalculatorDigitButtonElement(string text, CalculatorAction action)
Parameters
System.String
text
Button text. |
CalculatorAction
action
The calculator action this button is responsible for. |