Button.ToString Method

Definition

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

public override string ToString();

Returns

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

Applies to