Class Hierarchy
AcDbTextEditorSelectionBase AcDbTextEditorCursor
C++
class AcDbTextEditorCursor : public AcDbTextEditorSelectionBase;
File
dbtexteditor.h
Description
The AcDbTextEditorCursor class represents the current cursor object in text editor. The user can change the text properties and type text at the current cursor (if you typed new text at the cursor it will have the new properties you set).
The user can move the cursor. Please note that the current cursor and the current selection object are mutually exclusive. If there is a valid selection, there is a NULL cursor object. Otherwise, if there is a valid cursor object, the editor has an empty selection.