Wimark.Controls Class Library  

TextEditor.AppendText Method

Appends text to the current text of a text editor.

[Visual Basic]
Public Sub AppendText( _
   ByVal text As String _
)
 
[C#]
public void AppendText( 
   string text 
);
[C++]
public: void AppendText( 
   String* text 
);

Parameters

text
The text to append to the current contents of the text editor.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

TextEditor Class | TextEditor Members | Wimark.Controls.Editors Namespace