We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

DateTimePickerExt

Hi! Can I change the backColor of the DateTimePickerExt, when the Control is enabled=false? With a ComboBox, i make it with the fallowing Code (this Code won't work with DateTimePickerExt :-((): protected override void OnEnabledChanged(EventArgs e) { base.OnEnabledChanged(e); if(!this.Enabled) { this.BackColor = Win.BackColorDisabled; this.ForeColor = Win.ForeColorDisabled; } else { this.BackColor = Win.BackColorEnabled; this.ForeColor = Win.ForeColorEnabled; } } Is there a way to make this with DateTimePickerExt? Thanks Thomas

Loader.
Live Chat Icon For mobile
Up arrow icon