Delegate LookupTextBox.AddItem
Delegate which points to a method, which creates a new select able icon and select it
Namespace: Simplic.Framework.DBUI
Assembly: Simplic.Framework.DBUI.dll
Syntax
public delegate SelectorLookupResult AddItem(string inputText);
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.String | inputText | 
Returns
| Type | Description | 
|---|---|
| SelectorLookupResult |