我正在使用 Visual Studio Tools for Office 为 Microsoft Outlook 开发侧边栏插件。但是,当我在 Outlook 中显示它时,我无法弄清楚如何摆脱我侧边栏上的标题 Outlook。这是显示标题的屏幕截图,其中包含文本“Sidebar Program”:Sidebar Screenshot。
我希望不显示该标题,以及我的侧边栏周围的边框。
我正在使用将控件添加到 Outlook(控件是 UserControl 的实例,托管 WPF 控件或 Windows 窗体控件)
CustomTaskPane pane = Globals.ThisAddIn.CustomTaskPanes.Add(control, "Sidebar Program");
有任何想法吗?谢谢。