[]
Configurates SelectedItem. Sets the item that is currently selected in the list.
public ListBoxBuilder<T> SelectedItem(T value)
Public Function SelectedItem(value As T) As ListBoxBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| T | value | The value. |
| Type | Description |
|---|---|
| ListBoxBuilder<T> | Current builder. |