65.9K
CodeProject is changing. Read more.
Home

It's True Code

starIconstarIconstarIconemptyStarIconemptyStarIcon

3.00/5 (2 votes)

Apr 11, 2010

CPOL
viewsIcon

8291

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)