Changes
===Goal===
The goal is to extend the existing user control list with the injected user control.<br>
The mentioned list pops up every time you drag an instance to a new windowtab header.
[[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 ===
1. Create or reuse a vs .Net NET library (DLL) project - it doesn't have to be a {{UBIK}} Module.<br>
2. Add the designated control as a class deriving from System.Windows.Forms.UserControl to the project.<br>
3. Implement the interface IUBIKEnvironmentControl for the control.<br>
=== Implementation ===
1. Create or reuse a vs .Net NET library (DLL) project - it doesn't have to be a {{UBIK}} Module.<br>
2. Add the designated window as a class deriving from System.Windows.Window to the project.<br>
3. Create a new class.<br>
