Edit

Share via


Button.ToString Method

Definition

Returns "Pressed" then button is pressed, "Not pressed" otherwise

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

Returns

Returns "Pressed" then button is pressed, "Not pressed" otherwise

Applies to