NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TextBoxBase.AppendText

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
);

Parameters

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

See Also

TextBoxBase Class | TextBoxBase Members | System.WinForms Namespace | Copy | Paste