I'm not completely new to .net but this is the first time I've had to do this. I am doing a project with alot of polymorphism and i need to determine if a property exists in an object without knowing ahead of time the type of the object.
I have a propertygrid control which takes any number of classes to fill out the propertygrid control with properties.
I have a base class that is trying to see if the propertygrid has a certain parameter to know how to manipulate the screen accordingly which not all classes contain.
Is this possible?
Thanks in advance!
I have a propertygrid control which takes any number of classes to fill out the propertygrid control with properties.
I have a base class that is trying to see if the propertygrid has a certain parameter to know how to manipulate the screen accordingly which not all classes contain.
Is this possible?
Thanks in advance!