Button.ToString Metodo
Definizione
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Restituisce
Oggetto String contenente il nome del Component, se presente, o null
se il Component è senza nome.A String containing the name of the Component, if any, or null
if the Component is unnamed.