M
Mr. X.
Hello.
I am using the propertyInfo type.
dim pi as propertyInfo
pi = myClass.getType().getProperty("myPropertyName", BindingFlags.Public Or
BindingFlags.Instance)
myPropertyName may be any property, such as borderLevel, etc.
I want to set myPropertyName to a specific value, as propertyGrid does (I
mean - by sending it a string).
I see there are methods : getGetMethod, and getSetMethod - Are those method
the property editors ?
Can I use those method to solve the problem ?
How can I do that ?
Thanks
I am using the propertyInfo type.
dim pi as propertyInfo
pi = myClass.getType().getProperty("myPropertyName", BindingFlags.Public Or
BindingFlags.Instance)
myPropertyName may be any property, such as borderLevel, etc.
I want to set myPropertyName to a specific value, as propertyGrid does (I
mean - by sending it a string).
I see there are methods : getGetMethod, and getSetMethod - Are those method
the property editors ?
Can I use those method to solve the problem ?
How can I do that ?
Thanks