Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of items in the combo box control.
Syntax
public int count()
Run On
Client
Return Value
Type: int
The number of items in the combo box control.
Examples
The following example shows how to use the count method.
int j;
j = this.count();