UI\Controls\Combo::setSelected

(UI 0.9.9)

UI\Controls\Combo::setSelectedSet Selected Option

Description

publicUI\Controls\Combo::setSelected(int$index)

Shall set the currently selected option in this Combo

Parameters

index

The index of the option to select

To Top