Table of Contents

Method ShowMessageBox

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ShowMessageBox(MessageBoxInfo)

Displays a message box with the specified information.

public static void ShowMessageBox(MessageBoxInfo value)

Parameters

value MessageBoxInfo

The MessageBoxInfo object containing the details to display in the message box. Cannot be null.

Exceptions

ArgumentNullException

Thrown if value is null.