
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.
[C#]
public int CaretWidth { get; set; }
[Visual Basic]
Public Property CaretWidth() As Integer
The maximum width is 255 pixels.