摘要: 1 private TestTabControl TabControlParent 2 { 3 get 4 { 5 TestTabControl parent = base.Parent as TestTabControl; 6 if (parent != null) 7 { 8 return parent; 9 }10 for ... 阅读全文
posted @ 2013-09-11 11:44 法的空间 阅读(241) 评论(0) 推荐(0) 编辑
摘要: protected virtual void OnSelectionChanged(SelectionChangedEventArgs args) { } 1 public TestTabControl() 2 { 3 KeyEventHandler handler = null; 4 SelectionChangedEventHandler handler2 = null; 5 this._updateIndex = true; 6 this.Sel... 阅读全文
posted @ 2013-09-11 10:39 法的空间 阅读(232) 评论(0) 推荐(0) 编辑