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.
是否可以直接以编程方式打开 WindowsForms 组合框?还没有找到这样做的方法或属性。如果不是,有哪些可能的解决方案不涉及大量黑客攻击。
使用ComboBox.DroppedDown属性:
comboBox1.DroppedDown = true;