Unplanned
Last Updated: 15 Aug 2017 10:02 by ADMIN
ADMIN
Dimitar
Created on: 23 Jun 2015 09:47
Category: UI Framework
Type: Feature Request
1
ADD. TPF - add Tap event so one can distinguish when clicking with the mouse or is using Tap gesture

		
2 comments
ADMIN
Stefan
Posted on: 22 Jul 2015 13:55
Thank you for your comment, Matthew. Launching the keyboard is not that easy task. Here is a thread I found on the matter: http://stackoverflow.com/questions/15554786/how-to-use-windows-on-screen-keyboard-in-c-sharp-winforms

Still, the event would be nice addition.
Matt
Posted on: 23 Jun 2015 12:06
Having the ability for your program to know whether or not a textbox has been selected by a mouse click or a touch screen tap, this could allow one to open the onscreen keyboard if tapped. This would be extremely useful to have the same functionality as the cell phone does when a textbox gets focus and the keyboard opens automatically.

It would be even better if Telerik added a property to a textbox to automatically open the onscreen keyboard if tapped and another to close the keyboard on LostFocus... Very lazy of me I know :)