Ejemplo n.º 1
0
 internal ThisRibbonCollection this[Microsoft.Office.Interop.Outlook.Explorer explorer] {
     get {
         return(this.GetRibbonContextCollection <ThisRibbonCollection>(explorer));
     }
 }
Ejemplo n.º 2
0
 internal WindowFormRegionCollection this[Microsoft.Office.Interop.Outlook.Explorer explorer] {
     get {
         return((WindowFormRegionCollection)(Globals.ThisAddIn.GetFormRegions(explorer, typeof(WindowFormRegionCollection))));
     }
 }