Persistate API documentation
ChoiceDialogue Constructor (ui, message, list)
NamespacesPersistate.UI.DesktopChoiceDialogueChoiceDialogue(DesktopUserInterface, String, ICollection)

[This is preliminary documentation and is subject to change.]

Creates a ChoiceDialogue with a prompt message, allowing the user to choose one object from a list.
Declaration Syntax
C#
public ChoiceDialogue(
	DesktopUserInterface ui,
	string message,
	ICollection list
)
Parameters
ui (DesktopUserInterface)
The user interface putting up this dialogue
message (String)
The prompt message to display at the top of the dialogue box.
list (ICollection)
The list containing the choices.

Assembly: Persistate.UI.Desktop (Module: Persistate.UI.Desktop) Version: 0.6.1.20 (0.6.1.20)