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