I have to use TStaticText
instead of TLabel
to make my software friendly to screen-readers because TStaticText
has window handle and TLabel
does not.
However, even though TStaticText
has Transparent
property, it is not really transparent on a gradient background.
Can anyone recommend way how to make it transparent or perhaps how to make a simple custom component which would be compatible with screen readers (having window handle that is) and be transparent at the same time?