Inserts text in Text's current value.
Namespace:
C1.Phone.RichTextBox.DocumentsAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public void Insert( int index, string text ) |
| Visual Basic |
|---|
Public Sub Insert ( _ index As Integer, _ text As String _ ) |
Parameters
- index
- Type: System..::..Int32
The index where to insert the text.
- text
- Type: System..::..String
The text to insert.