TextEdit
December 8, 2022Less than 1 minute
TextEdit
attribute
- Text
 - PlaceholderText
 - HTML
 - Font
 - Alignment
 - ReadOnly
 - TextColor
 - TextBackgroundColor
 - TabStopWidth
 - Lexer
 - LexerColors
 
methods
- InsertPlainText(string)
 - InsertHTML(string)
 - Append(string)
 - SelectAll()
 - Clear()
 - Cut()
 - Copy()
 - Paste()
 - Undo()
 - Redo()
 - ScrollToAnchor(string)
 - ZoomIn(int)
 - ZoomOut(int)
 - EnsureCursorVisible()
 - MoveCursor(moveOperation, moveMode)
 - bool CanPaste()
 - string AnchorAt(point)
 - bool Find(string, findFlags)
 
events
- TextChanged
 - SelectionChanged
 - CursorPositionChanged
 
