Click or drag to resize

IGTPUMessageBoxClose Method

Closes the messagesbox with the provided result.

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#
void Close(
	DialogResult res
)

Parameters

res
Type: System.Windows.FormsDialogResult
The DialogResult result to set.
See Also