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.
public virtual bool? AskWithCombo(string question, string title, out object selectedValue, IList comboItemssource)
Parameters
question
stringThe question to ask.
title
stringThe title of the dialog.
selectedValue
objectThe selected value from the combo box.
comboItemssource
IListThe items source for the combo box.
Returns
- bool?
True if the user answers yes, otherwise false.