Example #1
0
 public void Add(OutlookBarButton item)
 {
     if (List.Count == 0)
     {
         Parent.SelectedButton = item;
     }
     List.Add(item);
     item.Parent = this.Parent;
     Parent.ButtonlistChanged();
 }