Hi all,
I have a custom control which I do not want to handle the mousedown event under certain circumstances. So I created a mousedown handler but I found no way to keep the event from propagating.
tia,
Tobias
Hi all,
I have a custom control which I do not want to handle the mousedown event under certain circumstances. So I created a mousedown handler but I found no way to keep the event from propagating.
tia,
Tobias
Howto mark a mousedown event as handled
chaza
overide the onmousedown sub en neglect yo call mybase.onmousedown
Remco