[This is preliminary documentation and is subject to change.]
Inserts text at the current offset.
| C# | Visual Basic | Visual C++ |
void InsertText( string text )
Sub InsertText ( _ text As String _ )
void InsertText( String^ text )
- text (String)
[Missing <param> documentation for "text"]