Inserts text.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Insert( int offset, ITextSource text )
Public Sub Insert ( _ offset As Integer, _ text As ITextSource _ )
public: virtual void Insert( int offset, ITextSource^ text ) sealed
Parameters
- offset (Int32)
- The offset at which the text is inserted.
- text (ITextSource)
- The new text.
Remarks
Anchors positioned exactly at the insertion offset will move according to their movement type.
For AnchorMovementType.Default, they will move behind the inserted text.
The caret will also move behind the inserted text.
Assembly: ICSharpCode.AvalonEdit (Module: ICSharpCode.AvalonEdit.dll) Version: 5.0.0.4238