public static ShowDialog ( string dialogMessage, string dialogTitle, string textDialogButton1, string textDialogButton2, string textDialogButton3, Image dialogIcon, string iconMessage, int topFromCenter, int leftFromCenter ) : DialogResult | ||
dialogMessage | string | Main dialog message, if 'null' then not displayed |
dialogTitle | string | Title displayed in dialog frame at top |
textDialogButton1 | string | Message box 1 button text, if 'null' then not displayed |
textDialogButton2 | string | Message box 2 button text, if 'null' then not displayed |
textDialogButton3 | string | Message box 3 button text, if 'null' then not displayed |
dialogIcon | Image | Image displayed left side |
iconMessage | string | Promenent bold message displayed to right of icon |
topFromCenter | int | Positive pixel distance up from screen center, default location is centered on screen |
leftFromCenter | int | Positive pixel distance left from screen center, default location is centered on screen |
return | DialogResult |