Difference between revisions of "HowTo:Inject UI into UBIK Studio"
| Line 59: | Line 59: | ||
6. The class now has a Icon and Label property.<br> | 6. The class now has a Icon and Label property.<br> | ||
7. Set the values for both properties. The icon and label can be loaded directly from the .NET project's resources (example above). The button and the menu entry will then display these values.<br> | 7. Set the values for both properties. The icon and label can be loaded directly from the .NET project's resources (example above). The button and the menu entry will then display these values.<br> | ||
| − | + | 8. In the GetWindow method, return the window from step 2.<br> | |
| − | + | 9. Provide the updated DLL containing your UserControl in UBIK® Studio's [[Injection_Management#Injection_Folder.28s.29|Injection]] folder.<br> | |
| − | + | 10. After connecting to a database with UBIK® Studio, the new control can be accessed by the new button in the tool bar aswell as under menu entry "View".<br><br> | |
<!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | <!-- DO NOT REMOVE THIS -->{{Template:HowTo/End}}<!-- DO NOT REMOVE THIS --> | ||
Revision as of 07:52, 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!
See also
tbd.

