Exemple #1
0
 public RibbonItemGroup()
 {
     _items = new RibbonItemGroupItemCollection(this);
     _drawBackground = true;
 }
Exemple #2
0
 public RibbonItemGroup()
 {
     _items          = new RibbonItemGroupItemCollection(this);
     _drawBackground = true;
 }
Exemple #3
0
 public RibbonItemGroup()
 {
     Items = new RibbonItemGroupItemCollection(this);
     Items.SetOwnerItem(this);
     DrawBackground = true;
 }