If you want to create your own plugin that is compatible with our tools you have to do the following steps. We will give an example with creating a plugin for the SolidReflector project.
The Init method is the place where an user has to put the initial logic of his custom plugin since this method gets called by the SolidReflector application
There is a possibility for your plugin to be displayed in a cool way in the SolidReflector application and this is achieved using docking functionality. This allows your plugin to be easily minimized/maximized or docked in various places of the application window. To make your plugin dockable you should follow the steps: