Class RadComponentElement
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.WinControls
Assembly: Telerik.WinControls.dll
Syntax
[ComVisible(false)]
public class RadComponentElement : VisualElement, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IComponent, IDisposable, IBindableComponent
Constructors
RadComponentElement()
Declaration
public RadComponentElement()
Fields
ComponentElementLastStateKey
This constant is used internally.
Declaration
protected const long ComponentElementLastStateKey = 68719476736L
Field Value
System.Int64
|
Properties
CanRaiseEvents
Declaration
protected virtual bool CanRaiseEvents { get; }
Property Value
System.Boolean
|
Container
Declaration
public IContainer Container { get; }
Property Value
System.ComponentModel.IContainer
|
DataBindings
Gets the collection of data-binding objects for this IBindableComponent.
Declaration
public virtual ControlBindingsCollection DataBindings { get; }
Property Value
System.Windows.Forms.ControlBindingsCollection
|
DesignMode
Declaration
protected bool DesignMode { get; }
Property Value
System.Boolean
|
IsDesignMode
Gets or sets a value indicating whether design mode is active.
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
|
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
GetService(Type)
Declaration
protected virtual object GetService(Type service)
Parameters
System.Type
service
|
Returns
System.Object
|
OnPropertyChanged(RadPropertyChangedEventArgs)
Declaration
protected override void OnPropertyChanged(RadPropertyChangedEventArgs e)
Parameters
RadPropertyChangedEventArgs
e
|