Wimark.Controls Class Library  

RichTextBox.AppendText Method

Appends text to the current text of text box.

[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 box.

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

RichTextBox Class | RichTextBox Members | Wimark.Controls Namespace