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 1// INTTabFactory member. Creates the parent window that contains tabs2public NTWindow CreateParentWindow()3{4 return new MyWindow();5}