Prompts the user to enter Text using a modal dialog form.
Syntax
ISCommonDialog.GetInputComboBox(text, limitToList, [maxLength], [title])
Parameters
| Name | Type | Optional | ByRef | Description |
| text |
String |
|
ByRef |
The Input Text. |
| limitToList |
Boolean |
|
|
|
| maxLength |
Integer |
Optional |
|
If omitted, a value of 0 is assumed. |
| 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