CreateParentWindow()

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

CreateParentWindow()

Return to chapter overview

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();

}