Hi
I disable org.eclipse.ui.forms.widgets.Hyperlink control just calling hyperLink.setEnabled(false). However after that the link doesn't looks like disabled control. The link is not grayed out (but I can't click it of course).
The question is: why the link is not grayed out and what should I do to gray out disabled links?
Thanks