Context Menu timer

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How long will the context menu stay on the screen if a user doesn't click on
it??? I have a CF application where I want the context menu to disappear if
the user doesn't click on in in the first 4 seconds or so and I can't find
out how to do it.

Does anybody have any suggestions???

Thanks.
 
Fire a timer (or use a thread and then control.invoke) and then do
Capture=false

Cheers
Daniel
 
Back
Top