CustomButton Xojo Plugin

DesktopCustomSwitch.UseSystemFocusColor Property

If set to true then the button will attempt to use system focus color when possible, having fallback to the controls focus color.

UseSystemFocusColor as Boolean {Read and Write}

Remarks

It will only succeed to get system focus color on macOS systems.

Additionally customisation in the PreProcessStyle event can override this property at times.

See Also

DesktopCustomSwitch Control