Class RadCalculatorButton
Represents base class for button elements used in RadCalculatorContentElement.
Inheritance
System.Object
RadCalculatorButton
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 RadCalculatorButton : LightVisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode, IPrimitiveElement, IShapedElement, IFillElement, IBorderElement, IBoxStyle, IBoxElement, IImageElement, ITextPrimitive, ITextProvider
Constructors
RadCalculatorButton(String)
Declaration
[Obsolete("Use the RadCalculatorButton(string text, CalculatorButtonType buttonType, CalculatorAction action) constructor instead. This constructor is no longer used and will be removed in R3 2024.")]
public RadCalculatorButton(string text)
Parameters
System.String
text
|
RadCalculatorButton(String, CalculatorButtonType, CalculatorAction)
Creates new instance of RadCalculatorButton.
Declaration
public RadCalculatorButton(string text, CalculatorButtonType buttonType, CalculatorAction action)
Parameters
System.String
text
Button text. |
CalculatorButtonType
buttonType
The type of the button. |
CalculatorAction
action
The calculator action this button is responsible for. |
Properties
Action
ButtonType
Owner
Declaration
public ICalculatorButtonElementContainer Owner { get; }
Property Value
ICalculatorButtonElementContainer
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
InitializeFields()
Declaration
protected override void InitializeFields()
Overrides
OnKeyDown(KeyEventArgs)
Declaration
protected override void OnKeyDown(KeyEventArgs e)
Parameters
System.Windows.Forms.KeyEventArgs
e
|
Overrides
OnKeyPress(KeyPressEventArgs)
Declaration
protected override void OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
|
Overrides
OnMouseLeave(EventArgs)
Declaration
protected override void OnMouseLeave(EventArgs e)
Parameters
System.EventArgs
e
|
Overrides
OnMouseUp(MouseEventArgs)
Declaration
protected override void OnMouseUp(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|