INTTabFactory Interface
If you wish to have tab page functionality like adding, removing, moving, duplicating tabs you must create a class which implements the INTTabFactory interface.
This interface contains two methods which must be hidden:
Syntax
NTWindow CreateParentWindow()
NTTabPage CreateTabPage(string typeName, bool isNewWindow = false)

