Using Combo Box-Specific Properties at Run Time
- Last UpdatedJul 13, 2023
- 1 minute read
You can use properties that are specific to the Combo Box control at run time.
-
The count property returns the number of items in a Combo Box control.
-
The NewIndex property returns the index of the last item added to the Combo Box list.
These properties are available when you browse for a Combo Box control in your element browser.