CustomButton Xojo Plugin

DesktopCustomSwitch.DMUseSystemFocusColor Property

When system is in darkmode and SeparateDarkModeStyle is set to true then If this property is set to true then the button will attempt to use system focus color when possible, having fallback to the controls focus color.

DMUseSystemFocusColor 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