Click or drag to resize

MessageBoxEventArgsButtonText Property

Gets the string of the pressed button.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.GTPU.Windows.Forms (in ABB.Robotics.GTPU.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public string ButtonText { get; }

Property Value

Type: String
The text associated with the pressed button.
See Also