Method AskWithCombo
AskWithCombo(string, string, out object, IList)
Asks a question with the specified title and returns a boolean value indicating the user's response.
bool? AskWithCombo(string question, string title, out object selectedValue, IList comboItemssource)
Parameters
questionstringThe question to ask.
titlestringThe title of the dialog.
selectedValueobjectThe selected value from the combo box.
comboItemssourceIListThe items source for the combo box.
Returns
- bool?
True if the user answers yes, otherwise false.