I've successfully enabled PropertyValueUIItem use on a PropertyGrid by
making a Container that implements IPropertyValueUIService, and then
adding the PropertyGrid to it.
As a result, you get nice tiny icons that sit on the property name,
and you can double-click on them to invoke a handler.
However, the MSDN documentation seems to think you can also associate
a tooltip with the PropertyValueUIItem. I've done so, but no tooltip
comes up. I've plowed through ILDASM on several .NET DLL's and don't
see any fetching of the ToolTip property -- so question is: is this
actually implemented?
And if not, is there a suitable workaround? (Say like 10 lines of code
that will automagically re-enable tooltips in property grids...)
Cheers,
Glen Low, Pixelglow Software
www.pixelglow.com