ITextDocument.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 = iTextDocument.caretType;
iTextDocument.caretType = caretType;
Public Property CaretType As CaretType

Property Value

The caret type.

Applies to