Overlay painting over a composite UserControl
- by Luca
Is it possible to draw an overlay (using OnPaint, for example) over a composite UserControl?
Actually the only painting I could get is over the UserControl, but it covered by Control instances positioned inside the UserControl.