object IList.this [int index] { get { return(owner.GetTab(index)); } set { owner.SetTab(index, (TabPage)value); } }