Property Visible
Visible
Gets or sets a bool value indicating whether the caret is visible.
public virtual bool Visible { get; set; }
Property Value
Remarks
Returns true
if the caret is visible and false
if it
is permanently hidden (if it is blinking and not shown
currently but will be after the next blink, this method still returns true).