The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
Form::ToString Method ()
.NET Framework (current version)
Gets a string representing the current instance of the form.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System::String^A string consisting of the fully qualified name of the form object's class, with the Text property of the form appended to the end. For example, if the form is derived from the class MyForm in the MyNamespace namespace, and the Text property is set to Hello, World, this method will return MyNamespace.MyForm, Text: Hello, World.
.NET Framework
Available since 1.1
Available since 1.1
Show: