Click or drag to resize

IGTPUMessageBox Interface

An interface for interacting with a GTPUMessageBox. Will close the GTPUMessageBox with the provided result. Client will not be notified if System.Windows.Forms.DialogResult.None is provided.

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 interface IGTPUMessageBox

The IGTPUMessageBox type exposes the following members.

Methods
  NameDescription
Public methodClose
Closes the messagesbox with the provided result.
Top
See Also