[SOLVED] Message box Dialog Options

Answered
0
0

Is it possible to create custom dialog options.

Eg Save, Cancel, Delete?

If so how

Thanks for your help

Ewan

  • You must to post comments
Good Answer
1
0

You can’t change the built in messabox but you can create a custom messagebox and use either ShowDialog or ShowDialogAsync. The return value is the same DialogResult.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.