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
controlAbstractControlA control the caret is associated with.
widthintCaret width in pixels.
heightintCaret height in pixels.