public ListFilterControl(ListFilterMenuAction action) { InitializeComponent(); _defaultSize = base.Size; _action = action; ResetListBox(); }