ReferencesAdd OnINTTabFactory InterfaceCreateParentWindow()Ask a question|Copy page|View as Markdown|More actionsThis determines which NTWindow is created as the parent window for our Add On. Examples // INTTabFactory member. Creates the parent window that contains tabspublic NTWindow CreateParentWindow(){ return new MyWindow();}