Class ControlBase
Provides the base class from which the classes that represent custom control are derived.
Inheritance
System.Object
ControlBase
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.WinForms.Controls.Spreadsheet.Core
Assembly: Telerik.WinControls.RadSpreadsheet.dll
Syntax
public abstract class ControlBase : UIElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IComponent, IDisposable, IBindableComponent, ISupportDrag, ISupportDrop, IShortcutProvider, IStylableElement, IStylableNode
Constructors
ControlBase()
Declaration
protected ControlBase()