Skip to Content

Message Box

Message window, also known as a dialog box, presents a message to the user.

Quick Facts

PropertyValue
ClassMessageBox
Modulecenpylib.MessageBox
Packagecenpylib
ReleaseR2025.2.4
Methods1

Method Index

MethodReturnsSummary
ShowDisplay a simple MessageBox that displays a modal dialog box with a system icon,

Utilities

Show

def Show(title, message, buttonStyle, icon)

Display a simple MessageBox that displays a modal dialog box with a system icon, a set of buttons, and a brief application-specific message, such as status or error information.

Parameters:

NameTypeDescription
title
message
buttonStyle
icon

Version Notes

This class is documented as of release R2025.2.4.

Was this page helpful?