This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
(ServerAPI) SETCOMBOBOXINDEXCONTROL Method
Kristian Skov edited this page Oct 1, 2018
·
1 revision
Up to date as of version 1.6
This command can be used to set the index of a combobox control in ArduLED.
SETCOMBOBOXINDEXCONTROL(string ComboBoxName, int ComboBoxID, int Index)
string ComboBoxName: What ComboBox to edit
int ComboBoxID: If there are more than one ComboBox with this name, then the index can be selected here (however 0 is usually a normal value to use)
int Index: What index to set the combo box to
None
Kristian Skov Johansen 2018