using DevExpress.XtraTab;  
using DevExpress.XtraTab.ViewInfo;  
  
private void xtraTabControl1_CloseButtonClick(object sender, EventArgs e) {  
    XtraTabControl tabControl = sender as XtraTabControl;  
    ClosePageButtonEventArgs arg = e as ClosePageButtonEventArgs;  
    (arg.Page as XtraTabPage).PageVisible = false;  
}  

 

相关文章:

  • 2022-12-23
  • 2021-11-10
  • 2021-08-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-29
猜你喜欢
  • 2022-01-03
  • 2021-11-09
  • 2022-01-11
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案