Hi,
when a checkbox is focused the text get a dotted rectangle around it. In our application there is no text since we use lables to the right. Is it posible to paint the dotted line around the checkbox itself?
regards
Stefan
Yes, you could use a DrawFilter to draw a dotted rectangle (or anything else you want). If you are not familiar with DrawFilters, I recommend that you check out the Infragistics Knowledge Base. There are lots of articles with sample DrawFilters. Also, get the Infragistics UIElementViewer Utility. It's a big help when working with UIElements.
Yes there is a focus rectangle when it has focus, but only on the text not on the box itself. So if there is no text as in my case then one can not see that the checkbox has focus. Is it possile to set a drawfilter in this case?
Hi Stefan,
Oh, sorry, I misread the question. Doesn't the UltraTextEditor show a focus rectangle when it has focus? I am pretty sure it does this automatically. If not, you would have to draw it yourself using a DrawFilter.
Hi Mike,
thanks, but the manual does not describe how to show the dotted line around the checkbox itself. It only shows how to remove the dotted line.
thanks
HOWTO:How can I turn off the Focus Rectangle on an Infragistics Win Control?