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.
我有一个我希望用户从中选择的值的动态列表,如何使用 VSTO 来做到这一点?是否可以提示一个列表框(作为 MessageBox ?)并检索所选项目?或者我可以在功能区中添加一个列表框吗?
感谢您的帮助
您是否尝试将DropDown / ComboBox控件添加到功能区栏?
或者,也许您可以创建一个自定义窗口窗体并将控件放置在其上。然后将该表单附加到事件、加载项启动、按钮单击等。