如何使用lync菜单制作自定义UI?

如何使用lync菜单制作自定义UI?

问题描述:

是否有可能将所有lync菜单导入自定义UI(lync必须处于抑制模式)? 

Is there possibility to import all lync menu to a customized UI (lync must be in suppression mode)? 

或者,我是否可以启动目标菜单来自自定义用户界面代码的组件?

Or, can I launch the menus' targeted components from customized UI code?

欢迎任何参考或指导!

提前致谢。

在UI抑制模式下,听起来您正在尝试重新创建Lync客户端中显示的菜单(例如,当您右键单击某个联系人时出现的菜单) 。是吗?

It sounds like you are trying to recreate the menus that appear in the Lync client (such as the one that appears when you right-click a contact) while in UI suppression mode. Is that right?

不幸的是,在UI抑制模式下,无法使用部分Lync客户端UI。它是全有或全无的 - 要么你有Lync客户端,要么你打开UI抑制而没有任何它。

Unfortunately, there's no way to use parts of the Lync client UI while in UI suppression mode. It's all or nothing - either you have the Lync client, or you turn on UI suppression and don't have any of it.

你仍然可以做大部分那些事情通过使用Lync客户端API列出菜单选项,但您必须创建自己的UI元素。如果您再解释一下您希望如何使用自定义UI进行解释,我可以将
指向Lync SDK文档或其他资源的相应部分。

You should still be able to do most of those things that are listed as menu options by using the Lync client API, but you'll have to create your own UI elements. If you explain a bit more about what you want to do with your customized UI, I can probably point you to the appropriate part of the Lync SDK docs or some other resource.