CustomButton Xojo Plugin

CustomButton.DisabledButtonColor Property

Sets the buttons main body color when button is disabled.

DisabledButtonColor as Color {Read and Write}

Remarks

This property can be overridden by DMDisabledButtonColor 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