Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 Workarea\Widget 中创建了 ans Ektron Smart Desktop 小部件。但我无法更改该小部件的标题。如何为 Ektron Smart Desktop 小部件指定标题。
确保您的自定义智能桌面小部件继承自“WorkareaWidgetBaseControl”类。您可以使用 WorkareaWidgetBaseControl 类中的以下功能,
SetTitle("Your widget Title");