Click or drag to resize

GTPUMasterDialogDialogResult Property

Gets or sets the dialog result for the dialog.

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; set; }

Property Value

Type: DialogResult
A DialogResult that represents the result of the dialog.
See Also