Class TextBoxControlCaret
Represents the caret of Rad
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 Text
Declaration
public TextBoxControlCaret()
Properties
Height
Gets or sets the height of the caret
Declaration
public int Height { get; set; }
Property Value
System. The height. |
Position
Gets or sets the caret position.
Declaration
public Point Position { get; set; }
Property Value
System. The position. |
Width
Gets or sets the width of the caret
Declaration
public int Width { get; set; }
Property Value
System. 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.
|
System.
|
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()