Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Articles
(untagged)

It's True Code

0.00/5 (No votes)
10 Apr 2010 1  
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)

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here