IHostManagementViewsShowSelectItem Method

Invokes the element selection window.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
string ShowSelectItem(
	List<string> items,
	string title,
	bool editable = false
)

Parameters

items  ListString
List<string> with the elements to select.
title  String
Title of the window.
editable  Boolean  (Optional)
Window marker in edit mode.

Return Value

String
String with the selected element, in case no selection has been made.

See Also