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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -