Skip to content
On this page

Message Box

Description

Displays a message box with the specified text and button options.

Properties

CategoryPropertyTypeDescription
InputButtons In(ButtonType)Specifies which buttons to be displayed in the message box.
CaptionsIn(String)The title of the message box dialog.
TextIn(String)The text to be displayed in the message box.
TopMostIn(Boolean)If selected, always brings the message box to the foreground.
Message Box DurationIn(int32)Duration (in milliseconds) before the message box closes. If the input is smaller than 500 ms, duration will be set to infinite.
E.g: Message Box Duration = 400
OutputChosenButtonOut(String)A String variable that specifies which of the buttons specified in the Buttons property has been clicked during run time. The possible options are: Ok, Yes, No, or Cancel.

A product of IRTech Company