Class RadCalculatorTextAreaElement
Inheritance
System.Object
RadCalculatorTextAreaElement
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.Calculator
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadCalculatorTextAreaElement : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadCalculatorTextAreaElement()
Declaration
public RadCalculatorTextAreaElement()
Properties
DisplayMemoryIndicator
Declaration
public bool DisplayMemoryIndicator { get; set; }
Property Value
System.Boolean
|
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
System.String
|
HistoryElement
HistoryText
Declaration
public string HistoryText { get; set; }
Property Value
System.String
|
TextElement
Methods
CreateChildElements()
Declaration
protected override void CreateChildElements()
Overrides
CreateHistoryElement()
CreateMemoryElement()
CreateTextElement()
InitializeFields()
Declaration
protected override void InitializeFields()