Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想禁用矩形控件内的按钮。我尝试了以下代码来禁用此功能:
btn.Enabled=false;
但它对我不起作用,因为我是 Windows 编程新手。
尝试这个:
btn.Enabled = false;