PropertyGrid Control - Displaying Name property.
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
If you look at the properties of a control in the Visual Studio property grid then it shows the controls Name property. If you put a PropertyGrid control on a form and set its SelectedObject property to a control then the Name property of that control is not displayed. How does Visual Studio get the Name property of a control to display?