/// <summary> /// 增加一个Tab按钮 /// </summary> public TabControl AddTabItem(TabItem item) { this.TabItems.Add(item); return this; }