AjaxControlToolkit.ComboBoxDesignerActionList.ComboBoxDesignerActionList C# (CSharp) 메소드

ComboBoxDesignerActionList() 공개 메소드

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