J
JezB
Given a generic Control object, how can I iterate through all the properties
exposed by the control ? Different classes of control expose different
properties.
Ideally I'd like to find all the properties that are exposed within the
"Appearance" and "Layout" categories of the form designer's property grid.
I imagine I can do this via reflection but I don't really know where to
start.
Any pointers ?
exposed by the control ? Different classes of control expose different
properties.
Ideally I'd like to find all the properties that are exposed within the
"Appearance" and "Layout" categories of the form designer's property grid.
I imagine I can do this via reflection but I don't really know where to
start.
Any pointers ?