Example #1
0
 public OutlookBarButton(OutlookBar parent)
 {
     this.parent = parent;
     text = "";
 }
Example #2
0
 public OutlookBarButton()
 {
     this.parent = new OutlookBar(); // set it to a dummy outlookbar control
     text = "";
 }
Example #3
0
 public OutlookBarButton(OutlookBar parent)
 {
     this.parent = parent;
     text        = "";
 }
Example #4
0
 internal OutlookBarButtons(OutlookBar parent)
     : base()
 {
     this.parent = parent;
 }
Example #5
0
 internal OutlookBarButtons(OutlookBar parent)   : base()
 {
     this.parent = parent;
 }