Constructor Caret
Caret()
Initializes a new instance of the Caret class.
public Caret()
Caret(AbstractControl, int, int)
Initializes a new instance of the Caret class with the given size (in pixels) and associates it with the control.
public Caret(AbstractControl control, int width, int height)
Parameters
control
AbstractControlA control the caret is associated with.
width
intCaret width in pixels.
height
intCaret height in pixels.