ArcStrabo10.ComboBoxLayerSelector.AddItem C# (CSharp) Метод

AddItem() приватный Метод

private AddItem ( string itemName, IRasterLayer layer ) : void
itemName string
layer IRasterLayer
Результат void
        internal void AddItem(string itemName, IRasterLayer layer)
        {
            s_comboBox.Add(itemName, layer);
            if (s_comboBox.items.Count == 0)
            {

              // s_comboBox.Select(m_selAllCookie);
            }

            // Add each item to combo box.
            //  int cookie = s_comboBox.Add(itemName, layer);
        }