Class RadVirtualKeyboardForm
Represents a toolbox component that can be used to associate Virtual
Inheritance
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class RadVirtualKeyboardForm : Component, IExtenderProvider
Constructors
RadVirtualKeyboardForm()
Initializes a new instance of the Rad
Declaration
public RadVirtualKeyboardForm()
RadVirtualKeyboardForm(IContainer)
Initializes a new instance of the Rad
Declaration
public RadVirtualKeyboardForm(IContainer container)
Parameters
System. The parent container. |
Properties
KeyboardForm
Gets the Virtual
Declaration
public VirtualKeyboardForm KeyboardForm { get; }
Property Value
LayoutType
Gets or sets the keyboard layout type. Changing the value will automatically set the Main
Declaration
public KeyboardLayoutType LayoutType { get; set; }
Property Value
MainLayoutPanel
Gets or sets the Virtual
Declaration
public VirtualKeyboardLayoutPanel MainLayoutPanel { get; set; }
Property Value
OpenUnderAssociatedControl
Gets or sets a value indicating whether to open the Virtual
Declaration
public bool OpenUnderAssociatedControl { get; set; }
Property Value
System.
|
ScaleFontOnResize
Gets or sets a value indicating, whether to scale the font when control size in changed.
Declaration
public bool ScaleFontOnResize { get; set; }
Property Value
System.
|
SynchronizeCultureWithSystem
Gets or sets a value indicating whether the Rad
Declaration
public bool SynchronizeCultureWithSystem { get; set; }
Property Value
System.
|
ThemeName
Gets or sets theme name.
Declaration
public string ThemeName { get; set; }
Property Value
System.
|
UseClickSound
Gets or sets a value indicating whether to play sound when a key is pressed.
Declaration
public bool UseClickSound { get; set; }
Property Value
System.
|
VirtualKeyboard
Gets the Rad
Declaration
public RadVirtualKeyboard VirtualKeyboard { get; }
Property Value
Methods
AddAssociatedControl(Control)
Adds an associated control. When the associated control gains the focus the Keyboard
Declaration
public void AddAssociatedControl(Control value)
Parameters
System.
|
CreateVirtualKeyboardForm()
Creates a Virtual
Declaration
protected virtual VirtualKeyboardForm CreateVirtualKeyboardForm()
Returns
Virtual The created form. |
GetAssociatedKeyboardType(Control)
Gets the Associated
Declaration
public AssociatedKeyboardType GetAssociatedKeyboardType(Control control)
Parameters
System. The control. |
Returns
Associated The type of association. |
RemoveAssociatedControl(Control)
Removes an associated control.
Declaration
public void RemoveAssociatedControl(Control value)
Parameters
System.
|
SetAssociatedKeyboardType(Control, AssociatedKeyboardType)
Sets Associated
Declaration
public void SetAssociatedKeyboardType(Control control, AssociatedKeyboardType value)
Parameters
System. The control. |
Associated The type of association. |
Show()
UpdateKeyboardFormSizeAndLocation(Rectangle)
Declaration
protected virtual void UpdateKeyboardFormSizeAndLocation(Rectangle associatedControlScreenBounds)
Parameters
System.
|