InterfaceIVirtualKeyboardKeyInputSender
Interface
Exposes properties and methods used by the key input sender.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public interface IVirtualKeyboardKeyInputSender
Properties
IsNumLockActive
Gets a value indicating, whether the NumLock key is in active state.
IsShiftActive
Gets a value indicating, whether the Shift key is in active state.
ScaleFontOnResize
Gets a value indicating, whether to scale the font when key size in changed.
Methods
GetTextFromKeyInfo(KeyInfo)
Extracts the text by given KeyInfo object.
Send(IKey, Keys)
Sends a key by given Keys.
Send(IKey, char)
Sends a key by given char.
Send(IKey, int)
Sends a key by given virtual key.
Send(IKey, string)
Sends a key by given text/string.