public static void SetFlags <T>(this CheckedListBox _clb, String remove) { _clb.SetFlags(typeof(T), remove); }