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
プロパティ値
キャレット型。