Append 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 ); [JScript] public function AppendText( text : String );
TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace | Copy | Paste