CreateParentWindow()

<< Click to Display Table of Contents >>

Navigation:  NinjaScript > Language Reference > Add On > INTTabFactory Interface >

CreateParentWindow()

Previous page Return to chapter overview Next page

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

 

 

Examples

ns

// INTTabFactory member. Creates the parent window that contains tabs

public NTWindow CreateParentWindow()

{

    return new MyWindow();

}