protected override void OnDropDownShow(EventArgs e) { if (_action != null) { if (_autoButtonAction) { _CreateMenu2(); //need to find default item and make bold } else { _tb._CreateMenu(this, ref _action); } } base.OnDropDownShow(e); }
protected override void OnDropDownShow(EventArgs e) { _tb._CreateMenu(this, ref _action); base.OnDropDownShow(e); }