"Focus Border" appears on region withTabStop = False

CG Gurus:
Even though I have set the
myCGRegion.TabStop := False;
myCGRegion.TabIndex := False;
A “focus border” appears around the region whenever a user clicks on it. Stripping that "tabindex" style from the rendered html avoids this behavior.
Shouldn't these properties (namely TabStop) automatically strip the "tabindex" style from the cgregion.
Please advise as I would rather avoid the extra code to strip this style.
Regards,
Monte Carver
Even though I have set the
myCGRegion.TabStop := False;
myCGRegion.TabIndex := False;
A “focus border” appears around the region whenever a user clicks on it. Stripping that "tabindex" style from the rendered html avoids this behavior.
Shouldn't these properties (namely TabStop) automatically strip the "tabindex" style from the cgregion.
Please advise as I would rather avoid the extra code to strip this style.
Regards,
Monte Carver