ITextDocument.CaretType 屬性

定義

取得或設定插入號類型。

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

屬性值

插入號類型。

適用於