OptionButton.select

Selects an item by index and makes it the current item. This will work even if the item is disabled.

struct OptionButton
@nogc nothrow
void
select
(
in long idx
)

Meta