In my code I end up using checkBox.Enabled = true and checkBox.Checked = true. For me, file size is key. How understandable the code is is not a factor.
checkBox.Enabled = true
checkBox.Checked = true
Is there a way to shorten access to these properties in the text of a C# program?
Aucun commentaire:
Enregistrer un commentaire