In .NET C # 3.5 Winforms, I have a user control using some simple child controls, such as text fields, labels, and buttons. Currently, when I set the property of the .Enableduser control to false, the controls are fading accordingly. However, if I use custom .BackColorfor a user control, sometimes the dimming is not as obvious as I would prefer.
Is there a way to specify or change the dimming color of a user control if the parameter is .Enabledset to false? Or according to the corresponding note, is there a way I can call a method when this happens?
source
share