IHostManagementViewsShowSelectItems Method

Invokes the multi-item selection window.

Definition

Namespace: Aliquo.Windows
Assembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
C#
List<string> ShowSelectItems(
	List<string> items,
	string title
)

Parameters

items  ListString
List<string> with the elements to select.
title  String
Title of the window.

Return Value

ListString
List<String> with the selected element, in case no selection has been made.

See Also