Class SimplifiedVirtualKeyboardLayoutPanel
Represents a class that hosts all BaseVirtualKeyboardLayout instances and contains the layout implementation. This class also has several predefined layouts panels, layouts and buttons relative for the Simplified.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class SimplifiedVirtualKeyboardLayoutPanel : VirtualKeyboardLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IVirtualKeyboardLayout
Constructors
SimplifiedVirtualKeyboardLayoutPanel(Boolean)
Creates a new instance of the SimplifiedVirtualKeyboardLayoutPanel class with added predefined panels, layouts and buttons relative for the Simplified.
Declaration
public SimplifiedVirtualKeyboardLayoutPanel(bool addHomeGroup = false)
Parameters
System.Boolean
addHomeGroup
A value indicating whether to include the home keyboard buttons group. |
Properties
HomeButtonsLayout
Declaration
public VirtualKeyboardLayout HomeButtonsLayout { get; }
Property Value
VirtualKeyboardLayout
|
MainButtonsLayout
Declaration
public VirtualKeyboardLayout MainButtonsLayout { get; }
Property Value
VirtualKeyboardLayout
|