XtraMessageBoxEventArgs Properties
Supplies data for the Load and Closed events.| Name | Description |
|---|---|
| DialogResult | Gets or sets the DialogResult value that corresponds to the button the user chose in an XtraMessageBox. |
| MessageBoxArgs | Gets the current XtraMessageBox‘s settings through its XtraMessageBoxArgs object. |
| Visible | Gets or sets whether the user checked the Do not show this message again checkbox and whether to show the XtraMessageBox again. |
See Also