Adding TabPlugin view to Plugin

Hi,

I reviewed the example found at https://doc.developer.milestonesys.com/html/samples/PluginSamples/AdminTabPlugin/README.html , but it appears that the TabControls are exclusively utilized within the Camera and Hardware sections. Is there any functionality within the SDK that allows for the integration of these TabControls into a custom plugin?

        public override Guid AssociatedKind
        {
            get { return Kind.Camera; }
        }

You are correct in that the mentioned TabUserControls are exclusively utilized within the Camera (and other devices; Microphone, Speaker, Metadata, Input, Output) and Hardware sections.

https://doc.developer.milestonesys.com/html/index.html?base=samples/pluginsamples/admintabplugin/readme.html&tree=tree_1.html

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_admin_1_1_tab_plugin.html&tree=tree_search.html?search=tabplugin

https://doc.developer.milestonesys.com/html/index.html?base=miphelp/class_video_o_s_1_1_platform_1_1_admin_1_1_tab_user_control.html&tree=tree_search.html?search=tabusercontrol

I hope that the way to use tabs on a custom plugin will be answered in a satisfactory manner in your other question / forum thread - https://developer.milestonesys.com/s/question/0D5bH0000152jDuSAI/adding-usercontrols-to-admin-view