In some controls like the ListBox and GridView, there are virtual classes. The ListBox has a ".ListBoxItem" class for example. How does a person go about coding a virtual class? Do I need to somehow extend the ListBox class? How would I do that? (Looking for syntax here.) Thanks