getCount method

int getCount()

Returns the number of items in the control

Implementation

int getCount( ) {
  return _items.length;
}