Hello long time reader first time poster. (Long time VB6 user newb at C#)
I wish to hold the mouse down and slide over cells in a data view control. As the mouse if moved from cell to cell a tool tip is displayed. (The info will be pulled off a server during the mousedown/mousemove event. I don't want the info stored within the cells tool tip)
My question:
During a CellMouseMove or a CellMouseEnter event is there an easy way (built in functionality) to figure out whether a mouse button is up or down? ... Or do you need to create a variable at the form scope and trap the state during a mousedown/mouseup event?
Thanks in advance..
Tom