Method ShowAsMessageBox
ShowAsMessageBox(MessageBoxInfo)
Displays a message box with the specified information.
public virtual void ShowAsMessageBox(MessageBoxInfo value)
Parameters
valueMessageBoxInfoThe MessageBoxInfo object containing the details to display in the message box, such as text, icon, caption, buttons, and default button.