Info(string)

Method in MessageBoxAttribute

Summary

Creates a new information Message using the provided text.

public static Message Info(string message)

Parameters

Name
Description

string message

The text to show in the message box. If this value is null , no message box is displayed.

Returns

A new Message .

Last updated

Was this helpful?