MouseLeave event not firing up
pinEdit WP
MouseLeave event not firing up
galastur
07-21-2010, 12:47
Any reasons why this will now fire up when the mouse moves outside the pinedit control !!!????
private void pinEditWinFormControl1_MouseLeave(object sender, EventArgs e)
{
MessageBox.Show("I am outside the control");
}
Re: MouseLeave event not firing up
galastur
07-23-2010, 3:01
I meant to say : why it does not fire up ...
Re: MouseLeave event not firing up
Pintexx Support
07-26-2010, 9:21
Hello,
we use internally the web browser namespace. And this control seems not to support that.
We will try to find a workaround.
Regards,
Hans-Peter