Click or drag to resize

MessageBoxEventArgsState Property

Gets the customized data used in the GTPUMessageBox.Show method.

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 Object State { get; }

Property Value

Type: Object
An object that represents the the customized data that was provided as an input parameter in the GTPUMessageBox.Show method.
See Also