Customize the text overlayIs there any info on this I want to be able turn the text ovrlay on and off Thanks in advance. Any done this if so I would appreciated any pointers.
//disable all overlays
foreach (var t in ClearCanvas.ImageViewer.Tools.Standard.OverlayToolBase.EnumerateTools(ImageViewer))
t.Checked = false;