[]
Configurates SelectedIndex. Sets the index of the currently selected item in the list.
public ListBoxBuilder<T> SelectedIndex(int value)
Public Function SelectedIndex(value As Integer) As ListBoxBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| int | value | The value. |
| Type | Description |
|---|---|
| ListBoxBuilder<T> | Current builder. |