09-29-2020, 09:51 AM
(This post was last modified: 09-29-2020, 09:53 AM by Alexandre Machado.)
You mean you get it selected? Is it a normal IWRegion?
If so, I believe your IWRegion has a TabOrder value greater than zero, which means that it can receive focus. Have in mind that not all browsers show the outline (I believe Chrome does, but Firefox doesn't).
If you set the IWRegion's TabOrder to zero or -1 it won't display the outline.
If so, I believe your IWRegion has a TabOrder value greater than zero, which means that it can receive focus. Have in mind that not all browsers show the outline (I believe Chrome does, but Firefox doesn't).
If you set the IWRegion's TabOrder to zero or -1 it won't display the outline.

