Share via


FormComboBoxControl.count Method

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();

See Also

FormComboBoxControl Class

FormComboBoxControl.items Method