Jump to: navigation, search

Inject UI into UBIK Studio


Revision as of 17:42, 15 June 2026 by DAK (Talk | contribs)

Wiki Under Construction Start.PNG

Since version 5.1 it is possible to inject UI into UBIK® Studio. The injected UI can be displayed inside a User Control and or Window.


[edit]

User Control

The existing User Control list can be extended to provide additional controls.

Implementation

It is enough to add the following code to your UserControl

[Export(typeof(IUBIKControl))]
public partial class CtrlAtelierHost : UserControl, IUBIKEnvironmentControl
Extended user control list


Window

A new button can be added to the UI and open the injected UI

Injected button