IHostManagementViewsShowSelectItem Method
Invokes the element selection window.
Namespace: Aliquo.WindowsAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
string ShowSelectItem(
List<string> items,
string title,
bool editable = false
)
Function ShowSelectItem (
items As List(Of String),
title As String,
Optional editable As Boolean = false
) As String
- items ListString
- List<string> with the elements to select.
- title String
- Title of the window.
- editable Boolean (Optional)
- Window marker in edit mode.
StringString with the selected element,
in case no selection has been made.