# EuiMessageBoxService

**Type:** injectable



Service for programmatically creating, opening, and controlling message boxes in the eui application.

The EuiMessageBoxService wraps the EuiDialogService to provide a simplified API specifically
for message box functionality. Message boxes are specialized dialog windows typically used
for alerts, confirmations, and prompts.

The service handles the configuration of common message box properties and delegates to the
underlying dialog service for rendering.


See EuiMessageBoxComponent
See EuiDialogService

