IHostManagementViewsShowSelectItems Method
Invokes the multi-item selection window.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
List<string> ShowSelectItems(
List<string> items,
string title
)
Function ShowSelectItems (
items As List(Of String),
title As String
) As List(Of String)
- items ListString
- List<string> with the elements to select.
- title String
- Title of the window.
ListStringList<
String> with the selected element,
in case no selection has been made.