AjaxControlToolkit.ComboBoxDesignerActionList.ComboBoxDesignerActionList C# (CSharp) Method

ComboBoxDesignerActionList() public method

public ComboBoxDesignerActionList ( IComponent component ) : System
component IComponent
return System
        public ComboBoxDesignerActionList(IComponent component)
            : base(component)
        {
            _comboBox = (ComboBox)component;
        }