Hello, today I'm searching for get the control name, apparently it return the control class but not his name...
How get the "propname" propriety directly in C#?
It's not clear exactly what you want to do and under what circumstances. However assuming that you want to access the propName property for an arbitrary control in a library at runtime then you can get it by reflection.