Поделиться через


RichEditTextDocument.CaretType Свойство

Определение

Возвращает или задает тип курсора.

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

Значение свойства

Тип курсора.

Применяется к