Click or drag to resize

MessageBoxEventArgs Class

Provides data for the GTPUMessageBoxEvent event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.Tps.Windows.FormsMessageBoxEventArgs

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 class MessageBoxEventArgs : EventArgs

The MessageBoxEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodMessageBoxEventArgs
Initializes a new instance of the MessageBoxEventArgs class.
Public methodMessageBoxEventArgs(DialogResult, String)
Initializes a new instance of the MessageBoxEventArgs class with the specified result and a string that represent the pressed button.
Public methodMessageBoxEventArgs(DialogResult, String, Object)
Initializes a new instance of the MessageBoxEventArgs class with the specified result, a string that represent the pressed button and a customized state of the caller.
Public methodMessageBoxEventArgs(DialogResult, String, Object, Boolean)
Initializes a new instance of the MessageBoxEventArgs class with the specified result, a string that represent the pressed button and a customized state of the caller.
Top
Properties
  NameDescription
Public propertyButtonText
Gets the string of the pressed button.
Public propertyCheckMark
Gets value of the Check mark "Don't show this dialog again".
Public propertyDialogResult
Gets the result of the MessageBoxEventArgs instance
Public propertyState
Gets the customized data used in the GTPUMessageBox.Show method.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also