Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| Line 19: | Line 19: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
5. The user control now has a property Description and Image.<br> | 5. The user control now has a property Description and Image.<br> | ||
| − | 6. Set the properties in the | + | 6. Set the properties in the user control's constructor. The image and description can be loaded directly from the .NET project's resources. These values will then be displayed in the User Control list. |
<syntaxhighlight lang="csharp"> | <syntaxhighlight lang="csharp"> | ||
public TestUserControl() | public TestUserControl() | ||
Revision as of 11:25, 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!



