CreateParentWindow()

View as Markdown

This determines which NTWindow is created as the parent window for our Add On.

Examples

1// INTTabFactory member. Creates the parent window that contains tabs
2public NTWindow CreateParentWindow()
3{
4 return new MyWindow();
5}