DX使用隨記--TabControl

 

1. 關閉TabControl選項卡:

  Private Sub TabControl_Main_CloseButtonClick(sender As Object, e As EventArgs) Handles TabControl_Main.CloseButtonClickhtml

  Dim TpA As DevExpress.XtraTab.ViewInfo.ClosePageButtonEventArgs = e
    For Each P1 As DevExpress.XtraTab.XtraTabPage In TabControl_Main.TabPages
      If P1.Text = TpA.Page.Text Then
        TabControl_Main.TabPages.Remove(P1)
        P1.Dispose()
        Exit Sub
      End If
    Next
  End Subpost

相關文章
相關標籤/搜索