Howto mark a mousedown event as handled

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



Answer this question

Howto mark a mousedown event as handled

  • chaza

    overide the onmousedown sub en neglect yo call mybase.onmousedown

    Remco


  • Howto mark a mousedown event as handled