CustomButton Xojo Plugin

CustomButton.DMButtonHoverColor Property

Color for when control is in dark mode and mouse is hovered over the button.

DMButtonHoverColor as Color {Read and Write}

Remarks

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

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

See Also

CustomButton Control