ToolsAPI.Editor.INTACodeEditorLineState Properties
InheritedProtected
| CodeRect | public | Editable area where the code text is displayed. |
| EditorLineNum | public | Visible line number which is always continuous. E.g. 1, 2, 3... |
| ElidedLineEnd | public | Logical line range end enclosed in this Elided line. |
| ElidedLineStart | public | Logical line range start enclosed in this Elided line. |
| GutterLineDataRect | public | Area where line numbers, code folding, and other elements are displayed. |
| GutterRect | public | Leftmost part of the line where breakpoints are displayed. |
| LogicalLineNum | public | Line of code where the logical line number is displayed. |
| Text | public | Area where the text of this line is displayed. |
| VisibleText | public | Sub-string of the line that is visible onscreen. |
| VisibleTextRect | public | Rect enclosing the visible text onscreen. |
| WholeRect | public | Entire line, left-right across the window, gutter, and code. |