Programming/c# & winform
c# textbox 수정은 불가능하게 선택은 가능하게
구차니
2020. 11. 18. 11:28
그게 바로 readonly
textbox.ReadOnly = true; |
[링크 : https://stackoverflow.com/questions/13107752/how-to-make-a-textbox-disable-but-selectable]