public void FindNext() { if (tbcTabs.SelectedTab != null) { NSFBox nsfbox = (NSFBox)tbcTabs.SelectedTab.Tag; nsfbox.FindNext(); } }