Class UIMsgBoxEventArgs
UIMsgBox (User Interaction Message Box).
Inherited Members
System.EventArgs.Empty
Namespace: ABB.Robotics.Controllers.RapidDomain
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public class UIMsgBoxEventArgs : UIInstructionEventArgs
Properties
Buttons
Defined buttons in the MessageBox dialog
Declaration
public UIButton Buttons { get; }
Property Value
Type | Description |
---|---|
UIButton |
Header
Header text to be written at the top of the message box.
Declaration
public string Header { get; }
Property Value
Type | Description |
---|---|
System. |
Icon
Defines the icon to be displayed.
Declaration
public UIIcon Icon { get; }
Property Value
Type | Description |
---|---|
UIIcon |
Image
The name of the image that should be used.
Declaration
public string Image { get; }
Property Value
Type | Description |
---|---|
System. |
MsgLine1
Text line 1 to be written on the display.
Declaration
public string MsgLine1 { get; }
Property Value
Type | Description |
---|---|
System. |
MsgLine2
Text line 2 to be written on the display.
Declaration
public string MsgLine2 { get; }
Property Value
Type | Description |
---|---|
System. |
MsgLine3
Text line 3 to be written on the display.
Declaration
public string MsgLine3 { get; }
Property Value
Type | Description |
---|---|
System. |
MsgLine4
Text line 4 to be written on the display.
Declaration
public string MsgLine4 { get; }
Property Value
Type | Description |
---|---|
System. |
MsgLine5
Text line 5 to be written on the display.
Declaration
public string MsgLine5 { get; }
Property Value
Type | Description |
---|---|
System. |
Wrap
Concatenates MsgArray to one string.
Declaration
public bool Wrap { get; }
Property Value
Type | Description |
---|---|
System. |
Remarks
If selected, all the specified strings in the argument MsgArray will be concatenated to one string with a single space between each individual string and using as few lines as possible.
Methods
SendAnswer(UIButtonResult)
Send response to the UI-Instruction
Declaration
public void SendAnswer(UIButtonResult uiButton)
Parameters
Type | Name | Description |
---|---|---|
UIButton |
uiButton |