ITextDocument.CaretType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the caret type.
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
Property Value
The caret type.