Button.ToString Method

Definition

Returns a String containing the name of the Component, if any. This method should not be overridden.

public:
 override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String

Returns

A String containing the name of the Component, if any, or null if the Component is unnamed.

Applies to