CustomButton Xojo Plugin

CustomButton.DMBorderColor Property

The border color for the button when it is in normal state in dark mode if SeparateDarkModeStyle is set to true.

DMBorderColor as Color {Read and Write}

Remarks

This property does nothing if the HasBorder property on the button is set to false.

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

See Also

CustomButton Control