Click or drag to resize

MessageBoxEventArgsDialogResult Property

Gets the result of the MessageBoxEventArgs instance

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

Property Value

Type: DialogResult
A valid DialogResult enum value.
See Also