Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Mouse hand cursor does not go away

Hi,

When in pan mode, the mouse cursor appears as a hand. I have an half-invisible panel over the plot area of the graph (WaveformGraph), which is set to Enabled=false - it is just used as a panel to render text metadata. in the event MouseMove, I have added code to check when the mouse is over this panel. Then, I set

 

mWaveformGraph.InteractionModeDefault = GraphDefaultInteractionMode.None;

mWaveformGraph.InteractionMode = GraphInteractionModes.None;

 

and try to change the mouse cursor.

 

Only problem is, the mouse cursor changes back to the hand automatically.

 

Why?

0 Kudos
Message 1 of 2
(3,250 Views)

Never mind, I figured it out...

0 Kudos
Message 2 of 2
(3,243 Views)