Class TextBoxControlCaret
Represents the caret of RadTextBoxControlElement
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class TextBoxControlCaret : RadElement, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode
Constructors
TextBoxControlCaret()
Initializes a new instance of the TextBoxControlCaret class.
Declaration
public TextBoxControlCaret()
Properties
Height
Gets or sets the height of the caret
Declaration
public int Height { get; set; }
Property Value
|
System.Int32
The height. |
Position
Gets or sets the caret position.
Declaration
public Point Position { get; set; }
Property Value
|
System.Drawing.Point
The position. |
Width
Gets or sets the width of the caret
Declaration
public int Width { get; set; }
Property Value
|
System.Int32
The width. |
Methods
DisposeManagedResources()
Declaration
protected override void DisposeManagedResources()
Overrides
Hide()
Hides this caret.
Declaration
public void Hide()
InitializeFields()
PaintElement(IGraphics, Single, SizeF)
Declaration
protected override void PaintElement(IGraphics graphics, float angle, SizeF scale)
Parameters
|
IGraphics
graphics
|
|
System.Single
angle
|
|
System.Drawing.SizeF
scale
|
Overrides
ResumeBlinking()
Resumes the blinking of this caret
Declaration
public void ResumeBlinking()
Show()
Shows this caret.
Declaration
public void Show()
SuspendBlinking()
Suspends the blinking of this caret.
Declaration
public void SuspendBlinking()