AjaxControlToolkit.ComboBoxDesignerActionList.ComboBoxDesignerActionList C# (CSharp) Méthode

ComboBoxDesignerActionList() public méthode

public ComboBoxDesignerActionList ( IComponent component ) : System
component IComponent
Résultat System
        public ComboBoxDesignerActionList(IComponent component)
            : base(component)
        {
            _comboBox = (ComboBox)component;
        }