How to put a clickable button on a PropertyGrid ?
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Hi Gurus, I'm using the PropertyGrid control, and I want it to show a button. But when I set the PropertyGrid.SelectedObject with a object that has a Button property, the PropertyGrid shows the buttons properties, and I want the button to be shown as drawn and clickable button without any access to its properties. How can I do that? ----- Thanks Sharon