how to change datetimepicker font color when disabled & enable?
How do I change the font color of DateTimePicker to wh开发者_开发知识库ite color when this control is Disabled and to black color when Enabled?
Thanks. Yudha
In most cases need to use DateTimePicker.OnEnabledChanged
event handler. See to MSDN.
Here is answer to your question:
精彩评论