Class RadComponent
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class RadComponent : RadObject, INotifyPropertyChanged, ICustomTypeDescriptor, IComponent, IDisposable
Constructors
RadComponent()
Declaration
public RadComponent()
Properties
CanRaiseEvents
Declaration
protected virtual bool CanRaiseEvents { get; }
Property Value
|
System.Boolean
|
Container
Declaration
public IContainer Container { get; }
Property Value
|
System.ComponentModel.IContainer
|
DesignMode
Declaration
protected bool DesignMode { get; }
Property Value
|
System.Boolean
|
IsDesignMode
Declaration
public override bool IsDesignMode { get; set; }
Property Value
|
System.Boolean
|
Overrides
Site
Declaration
public virtual ISite Site { get; set; }
Property Value
|
System.ComponentModel.ISite
|
ThemeName
Gets or sets the theme name of the component.
Declaration
public virtual string ThemeName { get; set; }
Property Value
|
System.String
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
Finalize()
Declaration
protected void Finalize()
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
public virtual IComponentTreeHandler GetOwnedTreeHandler()
Returns
|
IComponentTreeHandler
An IComponentTreeHandler implementation which is owned by this RadComponent. |
GetService(Type)
Declaration
protected virtual object GetService(Type service)
Parameters
|
System.Type
service
|
Returns
|
System.Object
|
ToString()
Declaration
public override string ToString()
Returns
|
System.String
|