[This is preliminary documentation and is subject to change.]
Sets the status text of the host.
| C# | Visual Basic | Visual C++ |
void SetStatus( Form source, string text )
Sub SetStatus ( _ source As Form, _ text As String _ )
void SetStatus( Form^ source, String^ text )
- source (Form)
- The source form, for tracking MDI children.
- text (String)
- The text to set.