Function OptionButton.selected

The index of the currently selected item, or -1 if no item is selected.

long selected() nothrow @property @nogc;

void selected (
  long v
) nothrow @property @nogc;