CustomButton Xojo Plugin

CustomButton.DisabledTextColor Property

Sets the text color when button is disabled.

DisabledTextColor as Color {Read and Write}

Remarks

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

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

See Also

CustomButton Control