/// ------------------------------------------------------------------------------------
 /// <summary>
 /// Makes the root box.
 /// </summary>
 /// <returns></returns>
 /// ------------------------------------------------------------------------------------
 protected override IVwRootBox MakeRootBox()
 {
     return(VwInvertedRootBoxClass.Create());
 }
Beispiel #2
0
 /// ------------------------------------------------------------------------------------
 /// <summary>
 /// Makes the root box.
 /// </summary>
 /// <returns></returns>
 /// ------------------------------------------------------------------------------------
 internal override IVwRootBox MakeRootBox()
 {
     return(VwInvertedRootBoxClass.Create());
 }