Changes

HowTo:Inject UI into UBIK Studio

273 bytes added, 15 June
{{UnderConstructionStart}}
Since version 5.1 {{Version/ServerSince|5.1}} it is possible to inject UI into {{UBIK}} Studio.
The injected UI can be displayed inside a User Control and or Window.
= 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 <syntaxhighlight lang="python">[Export(typeof(IUBIKControl))]public partial class CtrlAtelierHost : UserControl, IUBIKEnvironmentControl</syntaxhighlight> 
[[File:ControlDropDown.png|thumb|220px|Extended user control list]]
283
edits