Method | Description | |
---|---|---|
ShowMessageBox ( string text, string helpKeyword, MessageBoxButtons buttons, MessageBoxIcon icon, string title = "AppVeyor" ) : DialogResult |
Shows a message box.
|
|
ShowMessageBox ( string title, string text, string helpKeyword ) : DialogResult |
Shows a message box.
|
public static ShowMessageBox ( string text, string helpKeyword, MessageBoxButtons buttons, MessageBoxIcon icon, string title = "AppVeyor" ) : DialogResult | ||
text | string | The text. |
helpKeyword | string | The help keyword. |
buttons | MessageBoxButtons | The buttons. |
icon | MessageBoxIcon | The icon. |
title | string | The title. |
return | DialogResult |
public static ShowMessageBox ( string title, string text, string helpKeyword ) : DialogResult | ||
title | string | The title. |
text | string | The text. |
helpKeyword | string | The help keyword. |
return | DialogResult |