RichEditTextDocument.CaretType 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定插入號類型。
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
屬性值
插入號類型。