D
danmath06
If I have an Object and a string wich is the name of a member of the
object, how can I access the member. I'm trying to do something
similar to the DisplayMember property the ListBox has. I'm adding some
functionality to the ListView control, and I would like it to have a
method that takes a collection of objects and an array of member names
to know which members to display.
object, how can I access the member. I'm trying to do something
similar to the DisplayMember property the ListBox has. I'm adding some
functionality to the ListView control, and I would like it to have a
method that takes a collection of objects and an array of member names
to know which members to display.