Prompts the user to select an item from a list using a modal dialog form.
Syntax
ISCommonDialog.GetListSelection(returnValue, list, [defaultValue], [title])
Parameters
| Name | Type | Optional | ByRef | Description |
| returnValue |
String |
|
ByRef |
The Value selected. |
| list |
ISList |
|
|
The List. |
| defaultValue |
String |
Optional |
|
The Default Value (must correspond to an item in the list). |
| title |
String |
Optional |
|
The text to display in the window title. |
Return Value
Boolean
A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.
- Member of:
- ISCommonDialog
- Namespace:
- Intersoft.ISUserInterface6
- Assembly:
- ISUserInterface6, Version=6.0.3
- Target Framework:
- .NET 9.0