IVirtualKeyboardKeyInputSender
Interface
Exposes properties and methods used by the key input sender.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IVirtualKeyboardKeyInputSender
Derived Classes:
Properties
Gets a value indicating, whether the NumLock key is in active state.
C#
bool IsNumLockActive { get; }
Gets a value indicating, whether the Shift key is in active state.
C#
bool IsShiftActive { get; }
Gets a value indicating, whether to scale the font when key size in changed.
C#
bool ScaleFontOnResize { get; }