When adding an item to a ListBox. If that item is an object. Does the entire object get copied into the ListBox? Meaning, the String that is listed in the ListBox is an index into a ListBox Delegate? Or is it just a string representation of the object?
↧