Пример #1
0
        /// <summary>
        /// Inserts the specified item into the specified index
        /// </summary>
        /// <param name="index">Desired index of the item into the collection</param>
        /// <param name="item">Tab to be inserted</param>
        public new void Insert(int index, System.Windows.Forms.RibbonTab item)
        {
            item.SetOwner(Owner);

            base.Insert(index, item);

            Owner.OnRegionsChanged();
        }