Class PlessCaretHandler
Platform independent implementation of the ICaretHandler interface.
public class PlessCaretHandler : DisposableObject, IBaseObject, IDisposableObject, ICaretHandler, IDisposable
- Inheritance
-
PlessCaretHandler
- Implements
- Derived
Constructors
- PlessCaretHandler()
Initializes a new instance of the PlessCaretHandler class.
- PlessCaretHandler(Control, int, int)
Initializes a new instance of the PlessCaretHandler class.
Properties
- BlinkTime
Gets or sets blink time of the carets.
- CaretBlinkTime
Gets or sets caret blonk time. This is a dummy property and is not currently used.
- CaretColor
Gets or sets caret colors.
- Control
Control to which this caret is attached.
- IsOk
Returns true if the caret was created successfully.
- Position
Gets or sets the caret position (in pixels).
- Size
Gets or sets the caret size.
Methods
- Changed()
Called to update the caret on screen when its position, size or visibility were changed.
- DisposeManaged()
Override to dispose managed resources. Here we dispose all used object references.