Click or drag to resize
TextDocumentCaretType Property
(TOM 2 only) Gets or sets the caret type.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public CaretType CaretType { get; set; }

Property Value

Type: CaretType
Exceptions
ExceptionCondition
NotSupportedException The underlying COM object does not implement the ITextDocument2 interface.
See Also