CustomButton.DMDisabledBorderColor Property
The border color for the button when it is in disabled state in dark mode if SeparateDarkModeStyle is set to true.
DMDisabledBorderColor 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