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.
如何使用如下所示的 Excel 中的按钮创建功能区库?具体来说,我希望有带有标题和详细描述的按钮,以及旁边的图标。
我正在使用 VSTO C# 和 Winforms。
据我所知:
在 Visual Studio 2010 (VSTO 4.0) 中,这可以通过使用菜单控件并设置此菜单的子按钮的描述来完成。粗体文本是标签,长的非粗体文本是描述。
这仅在 Menu ItemSize 设置为 Large 时有效。