[]
IMessageBox interface allows to customize the standard MessageBox.Show dialog.
public interface IMessageBox
Implement this interface by a windows dialog form and use it in CustomDialogs property.
| Name | Description |
|---|---|
| Show(IWin32Window, string, string, MessageBoxButtons, MessageBoxIcon) | Shows the dialog window. |