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