메소드 | 설명 | |
---|---|---|
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 |
리턴 | MessageBoxResult |
public static Show ( string message ) : void | ||
message | string | The message to be displayed in the Message Box |
리턴 | 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 |
리턴 | void |