Requests the hosting application display a dialog to the user, with the specified message text, title and severity icon.

void RequestMessageDialog( 
object sender
string message
string title
Severity severity 
)

Parameters

sender

Type: object

A reference to the requesting control.

message

Type: string

The text to be displayed.

title

Type: string

The title of the dialog.

severity

Type: Severity

The type of dialog icon to display.