CustomButton Xojo Plugin

CustomButton.DMSplitLineColor Property

Sets the split line color of the button when button is enabled in dark mode if SeparateDarkModeStyle is set to true.

DMSplitLineColor as Color {Read and Write}

Remarks



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

The PreProcessStyle event can override this property at times.

See Also

CustomButton Control