DataGrid.HitTestInfo

  • Thread starter Thread starter Bob Krauth
  • Start date Start date
B

Bob Krauth

My system doesn't have
System.Windows.Forms.DataGrid.HitTestInfo
I have ...DataGrid, just not .HitTestInfo
This makes it very difficult to use DataGrid.HitTest()
Am I missing something?

Thanks,
Bob
 
You're relying on Intellisense being smarter than it is.

It is there, often Intellisense won't see it though. Look in the Help files
to find out what you need, and type it out the old fashioned way. Should
compile and run just fine.

Regards,
Matt
 
Thanks - It does compile and run correctly.
Bob
-----Original Message-----
You're relying on Intellisense being smarter than it is.

It is there, often Intellisense won't see it though. Look in the Help files
to find out what you need, and type it out the old fashioned way. Should
compile and run just fine.

Regards,
Matt





.
 

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