CustomButton Xojo Plugin

CustomButton.ButtonHoverColor Property

Color for when mouse is hovered over the button.

ButtonHoverColor as Color {Read and Write}

Remarks

This property does nothing if the HasHoverColor property is set to false.

This property can be overridden by DMHasHoverColor if system is in dark mode and SeparateDarkModeStyle property is set to true.

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

See Also

CustomButton Control