Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| Line 48: | Line 48: | ||
public class TestWindowFactory : IUBIKWindowFactory | public class TestWindowFactory : IUBIKWindowFactory | ||
{ | { | ||
| − | public Bitmap Icon =>Properties.Resources. | + | public Bitmap Icon =>Properties.Resources.MyImage; |
| − | public string Label => Properties.Resources. | + | public string Label => Properties.Resources.MyLabel; |
public Window GetWindow(UBIKEnvironment env) | public Window GetWindow(UBIKEnvironment env) | ||
Revision as of 11:28, 17 June 2026
Since version 5.2 it is possible to inject UI into UBIK® Studio.
The injected UI can be displayed inside a User Control and or Window.
This article will help you to inject your UI!



