M
Michael Kairys
I want to customize the action of the property grid on a particular class so
that some properties are not displayed if multiple objects are selected -
i.e. if I used PropertyGrid.SelectedObjects instead of SelectedObject.
I see that the Forms Designer does this; for example if you select two
controls in a form you no longer see Name or TabIndex (which must be
unique).
It may be that the Forms Designer, being a Designer, is using the mysterious
IDesignerFilter.PreFilterProperties, which (I assume) would not help me in a
runtime dialog.
But be that as it may, this is my quest, and I would appreciate any advice.
________________________________________
Michael Kairys
Senior Engineer | SL Corporation | http://www.sl.com
that some properties are not displayed if multiple objects are selected -
i.e. if I used PropertyGrid.SelectedObjects instead of SelectedObject.
I see that the Forms Designer does this; for example if you select two
controls in a form you no longer see Name or TabIndex (which must be
unique).
It may be that the Forms Designer, being a Designer, is using the mysterious
IDesignerFilter.PreFilterProperties, which (I assume) would not help me in a
runtime dialog.
But be that as it may, this is my quest, and I would appreciate any advice.
________________________________________
Michael Kairys
Senior Engineer | SL Corporation | http://www.sl.com