DropListValue
DropListValue* min_item = new DropListValue();
DropListValue* max_item = new DropListValue();
DropListValue* item = new DropListValue();
DropListValue*
DropListValue* item = NULL;
item = (DropListValue*)fDropList.ItemAt(index);
DropListValue* item = (DropListValue*)fDropList.ItemAt(i);
DropListValue *item = (DropListValue*)fDropList.ItemAt(index);
DropListValue* ListItemAt(int index);