CustomButton Xojo Plugin

DesktopCustomSwitch.FocusDrawingType Property

Configures how focus should be represented.

FocusDrawingType as Integer {Read and Write}

Remarks

Background = 0 - (Default value)
Focus is drawn by changing the background color on the button.

Ring = 1
Focus is drawn as focus ring.

None = 2
No focus indicator is drawn.

See Also

DesktopCustomSwitch Control