Data Grid Selector Bars

  • Thread starter Thread starter Monster Mash
  • Start date Start date
M

Monster Mash

I am migrating a VB6 application to VB 2005 Express. In VB6 I am
using the following code to suppress the selector bars..

f.dtg.RecordSelectors = False

where f is the form and dtg is the data grid control.

What is the equivalent code in VB 2005 Express to turn off the
selector bars?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top