Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| Line 6: | Line 6: | ||
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/Begin}}<!-- DO NOT REMOVE THIS --> | ||
= User Control = | = User Control = | ||
| − | === | + | ===Goal=== |
| − | The existing | + | The goal is to extend the existing user control list with the injected user control.<br> |
| − | [[File: | + | Every time you drag an instance to a new window, the list with the new control will show up |
| + | |||
| + | [[File:InjectedUserControl.png|thumb|left|735px|Extended user control list]] <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> | ||
=== Implementation === | === Implementation === | ||
1. Paste your UserControl in the plugin solution.<br> | 1. Paste your UserControl in the plugin solution.<br> | ||
| Line 32: | Line 34: | ||
=== Overview === | === Overview === | ||
A additional button can be added to the tool bar | A additional button can be added to the tool bar | ||
| − | [[File:InjectedButton.png|thumb|left|290px|Injected button]]<br><br><br><br><br><br><br> | + | [[File:InjectedButton.png|thumb|left|290px|Injected button]]<br><br><br><br><br><br><br><br><br><br><br> |
=== Implementation === | === Implementation === | ||
1. Paste your Window in the plugin solution.<br> | 1. Paste your Window in the plugin solution.<br> | ||
Revision as of 13:44, 16 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!

