C# Класс MCAEmotiv.GUI.Animation.ChoiceView

Presents the user with buttons to choose between options. The result is the string corresponding with the chosen option.
Наследование: View
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ChoiceView ( IEnumerable optionsStrings ) : System

Construct a view with the given options

ChoiceView ( IEnumerable optionsStrings, IViewResult &result ) : System

Construct a view with the given options and with inline retrieval of the result.

Описание методов

ChoiceView() публичный Метод

Construct a view with the given options
public ChoiceView ( IEnumerable optionsStrings ) : System
optionsStrings IEnumerable
Результат System

ChoiceView() публичный Метод

Construct a view with the given options and with inline retrieval of the result.
public ChoiceView ( IEnumerable optionsStrings, IViewResult &result ) : System
optionsStrings IEnumerable
result IViewResult
Результат System