Message Box
Message window, also known as a dialog box, presents a message to the user.
Quick Facts
| Property | Value |
|---|---|
| Class | MessageBox |
| Module | cenpylib.MessageBox |
| Package | cenpylib |
| Release | R2025.2.4 |
| Methods | 1 |
Method Index
| Method | Returns | Summary |
|---|---|---|
Show | — | Display 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:
| Name | Type | Description |
|---|---|---|
title | — | — |
message | — | — |
buttonStyle | — | — |
icon | — | — |
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?