The 'ComboBoxGetItemCount' function gets the number of items.
int @ComboBoxGetItemCount(string class_name);
Parameters
string class_name : Class Name of ComboBox object.
Return Value
It returns the number of items of designated ComboBox.
Example
count = @ComboBoxGetItemCount("ComboBox1");
Description : It returns the number of items of ComboBox of which class name is 'ComboBox1'.
Relate items)