c# - How to grey out / disable a button control in Win Forms? -



c# - How to grey out / disable a button control in Win Forms? -

can please provide illustration of how gray out button control.

i have tried:

downloadbutton.isdisabled;

downloadbutton.enabled = false;

c# .net winforms

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

ios - Fragment Shader GLSL for texture, color and texture/color -

c# - Why IEnumerable becomes empty after adding elements to a collection? -