Search Results for

    Show / Hide Table of Contents

    Class UINumEntryEventArgs

    UINumEntry (User Interaction Number Entry).

    Inheritance
    System.Object
    System.EventArgs
    UIInstructionEventArgs
    UINumEntryEventArgs
    Inherited Members
    UIInstructionEventArgs.Instruction
    UIInstructionEventArgs.StackUrl
    UIInstructionEventArgs.TaskName
    UIInstructionEventArgs.ExecutionLevel
    UIInstructionEventArgs.EventMessage
    UIInstructionEventArgs.InstructionEventType
    UIInstructionEventArgs.InstructionType
    System.EventArgs.Empty
    Namespace: ABB.Robotics.Controllers.RapidDomain
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public class UINumEntryEventArgs : UIInstructionEventArgs

    Properties

    AsInteger

    Eliminates the decimal point from the number pad to ensure that the return value is an integer.

    Declaration
    public bool AsInteger { get; }
    Property Value
    Type Description
    System.Boolean

    Header

    Header text to be written at the top of the message box.

    Declaration
    public string Header { get; }
    Property Value
    Type Description
    System.String

    Icon

    Defines the icon to be displayed.

    Declaration
    public UIIcon Icon { get; }
    Property Value
    Type Description
    UIIcon

    InitString

    Initial string value that is displayed in the entry box.

    Declaration
    public string InitString { get; }
    Property Value
    Type Description
    System.String

    InitValue

    Initial numeric value that is displayed in the entry box.

    Declaration
    public double InitValue { get; }
    Property Value
    Type Description
    System.Double

    MaxValue

    The maximum value for the return value.

    Declaration
    public double MaxValue { get; }
    Property Value
    Type Description
    System.Double

    Message

    One text line to be written on the display.

    Declaration
    public string Message { get; }
    Property Value
    Type Description
    System.String

    MinValue

    The minimum value for the return value.

    Declaration
    public double MinValue { get; }
    Property Value
    Type Description
    System.Double

    MsgArray

    Several text lines from an array to be written on the display. Only one of parameter Message or MsgArray can be used at the same time.

    Declaration
    public List<string> MsgArray { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    Wrap

    Concatenates MsgArray to one string.

    Declaration
    public bool Wrap { get; }
    Property Value
    Type Description
    System.Boolean
    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(Double)

    Send response to the UI-Instruction

    Declaration
    public void SendAnswer(double value)
    Parameters
    Type Name Description
    System.Double value

    Input numeric value

    In This Article
    Back to top Copyright © 2025 ABB