ToolsAPI.Editor.INTACodeEditorPaintContext Properties
InheritedProtected
| Canvas | public | Element to draw graphics during the paint operation. |
| EditControl | public | Specifies the editor's (TWinControl) control. |
| EditorLineNum | public | Specifies the visible line number which is always continuous. E.g. 1, 2, 3... |
| EditorState | public | Specifies the Editor's (INTACodeEditorState) state. |
| EditView | public | Specifies the Editor's (IOTAEditView) view. |
| FileName | public | Specifies the name of the file in the editor. |
| LineState | public | Specifies the Editor's line (INTACodeEditorState) state. |
| LogicalLineNum | public | Specifies the line of code where the logical number is displayed. |