RichEditTextDocument.CaretType Property

Definition

Gets or sets the caret type.

public:
 property CaretType CaretType { CaretType get(); void set(CaretType value); };
CaretType CaretType();

void CaretType(CaretType value);
public CaretType CaretType { get; set; }
var caretType = richEditTextDocument.caretType;
richEditTextDocument.caretType = caretType;
Public Property CaretType As CaretType

Property Value

The caret type.

Implements

Applies to