Method | Description | |
---|---|---|
Show ( string title, string message, MessageBoxButtons buttons ) : MessageBoxResult |
Show a Metro Message Box
|
|
Show ( string message ) : void |
Show a Metro Message Box
|
|
Show ( string title, string message ) : void |
Show a Metro Message Box
|
public static Show ( string title, string message, MessageBoxButtons buttons ) : MessageBoxResult | ||
title | string | The title of the Message Box |
message | string | The message to be displayed in the Message Box |
buttons | MessageBoxButtons | The buttons to show in the Message Box |
return | MessageBoxResult |
public static Show ( string message ) : void | ||
message | string | The message to be displayed in the Message Box |
return | void |
public static Show ( string title, string message ) : void | ||
title | string | The title of the Message Box |
message | string | The message to be displayed in the Message Box |
return | void |