代码之家  ›  专栏  ›  技术社区  ›  T.Todua Laurent W.

在功能区标题中添加图像(在VSTO中)?

  •  0
  • T.Todua Laurent W.  · 技术社区  · 7 年前

    我建立了一个VSTO。是否可以在自定义功能区(选项卡)名称的文本中添加图像(或图标),如以下图像:

    enter image description here

    我甚至无法更改功能区标题(从 ribbon .cs)带:

        private void Ribbon1_Load(object sender, RibbonUIEventArgs e)
        {
            myRibbon.Label = "something";
        }
    
    1 回复  |  直到 7 年前
        1
  •  1
  •   Cindy Meister    7 年前

    否。功能区XML架构不支持/允许功能区的“选项卡”区域中的图像。

    推荐文章