c# - Getting Contents of PropertyGrid? -
I'm new to C #, long time C ++ programmer, just thinking once use. What is the way to get the content of existing values within the scope of the property?
Ben
Property Grid does not disclose its internal to the customer.
However, .Net lets you perform "reflections" to examine the structure (and the executable parts) code, including properties of the class.
An article that includes the basics of reflection, you can look more interior with reflection than the property grid.
Comments
Post a Comment