Class RadEditorControl
Inherited Members
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public abstract class RadEditorControl : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadEditorControl()
Declaration
protected RadEditorControl()
Properties
ImageList
Declaration
public override ImageList ImageList { get; set; }
Property Value
System.
|
Overrides
Methods
GetPreferredSize(Size)
Declaration
public override Size GetPreferredSize(Size proposedSize)
Parameters
System.
|
Returns
System.
|
Overrides
GetRootElementDesiredSize(Int32, Int32, Int32, Int32)
Declaration
protected override Size GetRootElementDesiredSize(int x, int y, int width, int height)
Parameters
System.
|
System.
|
System.
|
System.
|
Returns
System.
|
Overrides
OnParentChanged(EventArgs)
Declaration
protected override void OnParentChanged(EventArgs e)
Parameters
System.
|
Overrides
SetBoundsCore(Int32, Int32, Int32, Int32, BoundsSpecified)
Declaration
protected override void SetBoundsCore(int x, int y, int width, int height, BoundsSpecified specified)
Parameters
System.
|
System.
|
System.
|
System.
|
System.
|