Interface IKeyPressedListener
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: TelerikCommon.dll
Syntax
public interface IKeyPressedListener
Methods
OnKeyPressed(Keys)
Declaration
void OnKeyPressed(Keys key)
Parameters
System.Windows.Forms.Keys
key
|