c# - How to make a checkbox unselectable? -


i wondering how make checkbox unselectable in c#? thought setselectable(false) or cant seem see method.

i found canselect seems read property.

thanks

you can set enabled property false. ie. checkbox1.enabled = false;

edit: slow :p


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -