CreateParentWindow()
<< Click to Display Table of Contents >> CreateParentWindow() |
This determines which NTWindow is created as the parent window for our Add On.
// INTTabFactory member. Creates the parent window that contains tabs public NTWindow CreateParentWindow() { return new MyWindow(); } |