How can i get value of delay for tap-and-hold on Windows Mobile? I.e. the delay between tap and the circles being drawn and/or the context menu appearing.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you just want to implement tap-and-hold behaviour in a control which doesn’t natively support it you should look into using the SHRecognizeGesture API which handles the entire process (including optional drawing of the dots) automagically.
I have not checked, but according to the documentation the registry key HKEY_LOCAL_MACHINE\System\GWE\Commctrl\UseLongDelayForGestures may also be of interest. In the MSDN article this is documented as follows: