Class RadCalculatorEditorContentElement
Represents the editor content element of RadCalculatorDropDown.
Inheritance
System.Object
RadCalculatorEditorContentElement
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 RadCalculatorEditorContentElement : RadTextBoxElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
RadCalculatorEditorContentElement()
Creates new instance of RadCalculatorEditorContentElement.
Declaration
public RadCalculatorEditorContentElement()
RadCalculatorEditorContentElement(RadCalculatorDropDownElement)
Declaration
public RadCalculatorEditorContentElement(RadCalculatorDropDownElement owner)
Parameters
RadCalculatorDropDownElement
owner
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
OnKeyPress(KeyPressEventArgs)
Declaration
protected override void OnKeyPress(KeyPressEventArgs e)
Parameters
System.Windows.Forms.KeyPressEventArgs
e
|