Hi,
I have a form with a control..(a button for example). Then the
control properties are displayed in a propertyGrid control.
Is there any simple way to remove some unwanted properties from the
propertyGrid....removing the "AccessibleName" properties by example?
Any example about how to play with the PropertyDescriptorCollection to
remove some properties??
// remove AccessibleName properties from Button properties...
//...
PropertyGrid1.SelectedObject =button1;
//...
Thanks