ClassRadComponent
Class
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
cs-api-definition
[ComVisible(false)]
public class RadComponent : RadObject, INotifyPropertyChanged, ICustomTypeDescriptor, IComponent, IDisposable
Inheritance: objectDisposableObjectRadObjectRadComponent
Derived Classes:
Implements:
Inherited Members
Constructors
RadComponent()
Declaration
cs-api-definition
public RadComponent()
Properties
Container
Declaration
cs-api-definition
[Browsable(false)]
public IContainer Container { get; }
Property Value
DesignMode
Declaration
cs-api-definition
[Browsable(false)]
protected bool DesignMode { get; }
Property Value
Site
Declaration
cs-api-definition
[Browsable(false)]
public virtual ISite Site { get; set; }
Property Value
Implements
Methods
DisposeManagedResources()
Releases managed resources by clearing the property store and disposing value animators to prevent memory leaks.
Declaration
cs-api-definition
protected override void DisposeManagedResources()
Overrides
GetOwnedTreeHandler()
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.
Declaration
cs-api-definition
public virtual IComponentTreeHandler GetOwnedTreeHandler()
Returns
An IComponentTreeHandler implementation which is owned by this RadComponent.
~RadComponent()
Declaration
cs-api-definition
protected ~RadComponent()