Table of Contents

Method AskWithCombo

Namespace
Innova.Prism.Library.Services
Assembly
Innova.Prism.Library.dll

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 string

The question to ask.

title string

The title of the dialog.

selectedValue object

The selected value from the combo box.

comboItemssource IList

The items source for the combo box.

Returns

bool?

True if the user answers yes, otherwise false.