RadComponent
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
[ComVisible(false)]
public class RadComponent : RadObject, INotifyPropertyChanged, ICustomTypeDescriptor, IComponent, IDisposable
Inheritance: objectDisposableObjectRadObjectRadComponent
Derived Classes:
Implements:
Inherited Members
Constructors
C#
public RadComponent()
Properties
C#
protected virtual bool CanRaiseEvents { get; }
C#
[Browsable(false)]
public IContainer Container { get; }
C#
[Browsable(false)]
protected bool DesignMode { get; }
Methods
C#
protected ~RadComponent()
Releases managed resources by clearing the property store and disposing value animators to prevent memory leaks.
C#
protected override void DisposeManagedResources()
Overrides:
Gets an IComponentTreeHandler implementation which is owned by this component. This method is used by the ThemeNameEditor to prefilter the available themes for the current component.
C#
public virtual IComponentTreeHandler GetOwnedTreeHandler()
An IComponentTreeHandler implementation which is owned by this RadComponent.