Gets or sets the width of the caret in pixels. If this property is zero, the width is set to its default value which is the system-defined window border width.

Syntax

public int CaretWidth { get; set; }
Public Property CaretWidth() As Integer

Limitations

The maximum width is 255 pixels.