I want to restrict InkOverlay
drawing in textbox and checkbox, but I need to draw in label. How to achieve this.
If I set
theInkOverlay.AttachMode =InkOverlayAttachMode.Behind;
It is applying for all the controls. I need to draw above on the label and picture controls.