4
Answers

YesNoCancel Button

How should i add the functionality of this YesNoCancel button.

MessageBox.

Show("Do you want to save","Caption",MessageBoxButtons.YesNoCancel,MessageBoxIcon.Question);

Answers (4)