ComboBox.select

Select the value at a particular index in the value list.

class ComboBox
select
(
this T
)
(
int index
)

Parameters

index int

The index of the value to select.

Return Value

Type: auto

This widget to aid method chaining.

Meta