CustomButton Xojo Plugin

CustomButton.SplitLineColor Property

Sets the color for the split line when the button is in Split mode.

SplitLineColor 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.

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

See Also

CustomButton Control