WebTextControl.HasFocusRing

From Xojo Documentation

Property (As Boolean )
aWebTextControl.HasFocusRing = newBooleanValue
or
BooleanValue = aWebTextControl.HasFocusRing

New in 2010r5

Supported for all project types and targets.

If True, the control will display a focus ring around it. Not all platforms support a visual indicator of the focus.

Example

In the Shown event enable the focus ring:

Me.HasFocusRing = True