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