Inheritance: System.Windows.Forms.Panel
 public BandTagInfo(OutlookBar ob, int index)
 {
     outlookBar=ob;
         this.index=index;
 }
 public BandTagInfo(OutlookBar ob, int index)
 {
     outlookBar = ob;
     this.index = index;
 }