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





.
 
Back
Top