Enum AssociatedKeyboardType
An enumeration that defines whether a System.Windows.Forms.Control is associated to a virtual keyboard.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum AssociatedKeyboardType
AssociatedControl
The control is associated with the virtual keyboard. When the control gets focus, the keyboard will be shown.
None
Control is not associated with virtual keyboard.