This class is creatable.
DIM hComboBox AS ComboBox hComboBox = NEW ComboBox ( Parent AS Container ) |
This class acts like a read-only array.
DIM hComboBox AS ComboBox DIM hComboBoxItem AS .ComboBoxItem hComboBoxItem = hComboBox [ Index AS Integer ] |