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.
|
Container
Declaration
public IContainer Container { get; }
Property Value
System.
|
DesignMode
Declaration
protected bool DesignMode { get; }
Property Value
System.
|
IsDesignMode
Declaration
public override bool IsDesignMode { get; set; }
Property Value
System.
|
Overrides
Site
Declaration
public virtual ISite Site { get; set; }
Property Value
System.
|
ThemeName
Gets or sets the theme name of the component.
Declaration
public virtual string ThemeName { get; set; }
Property Value
System.
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
Finalize()
Declaration
protected void Finalize()
GetOwnedTreeHandler()
Gets an IComponent
Declaration
public virtual IComponentTreeHandler GetOwnedTreeHandler()
Returns
IComponent An IComponent |
GetService(Type)
Declaration
protected virtual object GetService(Type service)
Parameters
System.
|
Returns
System.
|
ToString()
Declaration
public override string ToString()
Returns
System.
|