C# VSTO 加载项 Excel:这个 Excel Super-Tab 控件的名称是什么以及如何制作它? (上下文选项卡或工具选项卡)
C# VSTO Add-in Excel: What is the name of this Excel Super-Tab Control and how to make it? (Contextual Tab or Tool Tab)
在Excel中(在Windows上),有一种超级标签出现在某些标签的顶部:
«绘图工具»超级标签:
然后当你点击一个图形对象时,会出现这个:
«Table 工具» 超级标签:
当您在 Table 对象内部单击时,会出现这种超级选项卡:
所以我的问题是:
- What is the technical name of that Super-Tab?
---> Special thanks to @TimWilliam. He was the one who gave its name: It is a Contextual Tab Set
- And how to program something like that in VSTO Add-in please? (Anything related to it)
非常感谢您的回复!
我正在回答我的问题,这样我就不会丢失到目前为止得到的所有重要答案和研究:
1。那种Super-Tab的名字:
- The credit goes to @TimWilliams. The name of that Special tab is Contextual Tab or also called Tool Tab.
- Here it is an official Information from Microsoft entitled: Ribbons
2。如何编写上下文选项卡?
- 我还在寻找如何编程这个。至少微软已经在这里解释过了 >>> 2.2.41 tabSet (Contextual Tab Set)
- 我在这里 Adding custom contextual tabs to Ribbon UI and over here Ribbon: Contextual tab on application page 发现了 2 个有趣的新讨论和信息。但是都是为了ASP.NET.
- 这里还有工具选项卡列表,可在Excel上找到:Tool Tab Available on Excel
- 但是一旦找到可行的解决方案,我也会在这里分享,以促进我们的工作。
亲爱的程序员们,继续加油吧,祝你幸福!
@TsiriniainaRakotonirina
在Excel中(在Windows上),有一种超级标签出现在某些标签的顶部:
«绘图工具»超级标签:
然后当你点击一个图形对象时,会出现这个:
«Table 工具» 超级标签:
当您在 Table 对象内部单击时,会出现这种超级选项卡:
所以我的问题是:
- What is the technical name of that Super-Tab? ---> Special thanks to @TimWilliam. He was the one who gave its name: It is a Contextual Tab Set
- And how to program something like that in VSTO Add-in please? (Anything related to it)
非常感谢您的回复!
我正在回答我的问题,这样我就不会丢失到目前为止得到的所有重要答案和研究:
1。那种Super-Tab的名字:
- The credit goes to @TimWilliams. The name of that Special tab is Contextual Tab or also called Tool Tab.
- Here it is an official Information from Microsoft entitled: Ribbons
2。如何编写上下文选项卡?
- 我还在寻找如何编程这个。至少微软已经在这里解释过了 >>> 2.2.41 tabSet (Contextual Tab Set)
- 我在这里 Adding custom contextual tabs to Ribbon UI and over here Ribbon: Contextual tab on application page 发现了 2 个有趣的新讨论和信息。但是都是为了ASP.NET.
- 这里还有工具选项卡列表,可在Excel上找到:Tool Tab Available on Excel
- 但是一旦找到可行的解决方案,我也会在这里分享,以促进我们的工作。
亲爱的程序员们,继续加油吧,祝你幸福!
@TsiriniainaRakotonirina