Class RadRichTextEditorRuler
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
[TelerikToolboxCategory("RichTextEditor")]
public class RadRichTextEditorRuler : RadControl, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
RadRichTextEditorRuler()
Declaration
public RadRichTextEditorRuler()
Properties
AssociatedRichTextBox
Declaration
public RadRichTextEditor AssociatedRichTextBox { get; set; }
Property Value
RadRichTextEditor
|
AutoSize
RadRichTextEditorRuler does not support AutoSize True this property always returns False.
Declaration
public override bool AutoSize { get; set; }
Property Value
System.Boolean
|
Overrides
BackColor
RadRichTextEditorRuler consists of multiple visual elements and separate settings are provided to customize their appearance. Current BackColor property might be ignored.
Declaration
public override Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
DocumentRulerElement
Declaration
public DocumentRulerElement DocumentRulerElement { get; }
Property Value
DocumentRulerElement
|
ForeColor
RadRichTextEditorRuler consists of multiple visual elements and separate settings are provided to customize their appearance. Current ForeColor property might be ignored.
Declaration
public override Color ForeColor { get; set; }
Property Value
System.Drawing.Color
|
Overrides
Text
This property is not relevant for this class.
Declaration
public override string Text { get; set; }
Property Value
System.String
|
Overrides
Methods
CreateBehavior()
Declaration
protected override ComponentInputBehavior CreateBehavior()
Returns
ComponentInputBehavior
|
Overrides
CreateChildItems(RadElement)
Declaration
protected override void CreateChildItems(RadElement parent)
Parameters
RadElement
parent
|
Overrides
OnControlAdded(ControlEventArgs)
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
System.Windows.Forms.ControlEventArgs
e
|
OnLayout(LayoutEventArgs)
Declaration
protected override void OnLayout(LayoutEventArgs e)
Parameters
System.Windows.Forms.LayoutEventArgs
e
|
Overrides
OnMouseMove(MouseEventArgs)
Declaration
protected override void OnMouseMove(MouseEventArgs e)
Parameters
System.Windows.Forms.MouseEventArgs
e
|