AjaxControlToolkit.ComboBoxDesignerActionList.ComboBoxDesignerActionList C# (CSharp) Метод

ComboBoxDesignerActionList() публичный Метод

public ComboBoxDesignerActionList ( IComponent component ) : System
component IComponent
Результат System
        public ComboBoxDesignerActionList(IComponent component)
            : base(component)
        {
            _comboBox = (ComboBox)component;
        }