// Methods internal ListItemCollection(EnforceLawComboBox comboBox, object parent) { items = new ArrayList(); this.owner = comboBox; this.parent = parent; }
internal void Host(EnforceLawComboBox comboBox, object parent) { this.owner = comboBox; this.parent = parent; }
internal void Host(EnforceLawComboBox comboBox) { this.comboBox = comboBox; m_items.Host(comboBox, this); m_items.level = (byte)(level + 1); }