【发布时间】:2023-02-09 23:07:36
【问题描述】:
我能够制作一个插件,它提供了两个用户界面。但是,它们在加载项窗口中显示为选项卡。早些时候我使用了一个控件,这个控件已经显示在它自己的窗口中。
它们都有不同的 GUID,并且是已注册的 COM 对象。我这样发起:
control1 = GuiManager.Repository.AddWindow("Quick Interface Editor", "QuickInterfaceEditor.QuickInterfaceEditorControl") as QuickInterfaceEditorControl;
control2 = GuiManager.Repository.AddWindow("Tagged Values Editor", "TaggedValuesEditor.TaggedValuesEditorControl") as TaggedValuesEditorControl;
有没有办法将两个选项卡都带到自己的窗口?或者至少用我的加载项名称替换“加载项”标题?
【问题讨论】:
标签: c# enterprise-architect sparx