L
Lieven De Foor
Guest
If the documentation states that, than that's a documentation error, as the Click event has nothing to do with keyboard. Just subscribe on the KeyDown event and check the KeyCode: IF e:KeyCode:Equals(Keys:Enter) OR e:KeyCode:Equals(Keys:Return) THEN /* Your code here... */
Continue reading...
Continue reading...