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

属性值

插入点类型。

实现

适用于