Display a question message to the user.
Parameters
- owner
- Type: System.Windows.Forms.Control The control displaying the message.
- message
- Type: System.String The question message which will be displayed.
- icon
- Type: System.Windows.Forms.MessageBoxIcon The icon which will be displayed in the System.Windows.Forms.MessageBox
- buttons
- Type: System.Windows.Forms.MessageBoxButtons The buttons which will be displayed in the System.Windows.Forms.MessageBox
Return Value
Type:
System.Windows.Forms.DialogResult The result selected by the user for the question.