CreateParentWindow()

View as Markdown

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

Examples

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