OptionButton.selected

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

  1. long selected [@property getter]
  2. long selected [@property setter]
    struct OptionButton
    @nogc nothrow @property
    void
    selected
    (
    long v
    )

Meta