It's True Code





3.00/5 (2 votes)
I dont get why someone what to relate between DataSource and TabStop. Dim DataGridView1 As New DataGridViewDim TextBox1 As New TextBoxTextBox1.TabStop = (DataGridView1.DataSource IsNot Nothing)
I dont get why someone what to relate between DataSource and TabStop.
Dim DataGridView1 As New DataGridView Dim TextBox1 As New TextBox TextBox1.TabStop = (DataGridView1.DataSource IsNot Nothing)