Class ExtendedVirtualKeyboardLayoutPanel
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 Extended.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public class ExtendedVirtualKeyboardLayoutPanel : VirtualKeyboardLayoutPanel, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor, ISupportSystemSkin, IStylableNode, IVirtualKeyboardLayout
Constructors
ExtendedVirtualKeyboardLayoutPanel(Boolean)
Creates a new instance of the ExtendedVirtualKeyboardLayoutPanel class with added predefined panels, layouts and buttons relative for the Extended.
Declaration
public ExtendedVirtualKeyboardLayoutPanel(bool addFunctionKeys = true)
Parameters
System.Boolean
addFunctionKeys
A value indicating whether to include the function keys group. |
Properties
FunctionButtonsLayout
Gets the VirtualKeyboardLayout that holds all function keys of the keyboard.
Declaration
public VirtualKeyboardLayout FunctionButtonsLayout { get; }
Property Value
VirtualKeyboardLayout
|
HomeButtonsLayout
Gets the VirtualKeyboardLayout that holds all buttons from the home keys group of the keyboard.
Declaration
public VirtualKeyboardLayout HomeButtonsLayout { get; }
Property Value
VirtualKeyboardLayout
|
MainButtonsLayout
Gets the VirtualKeyboardLayout that holds all keys from the main group of the keyboard.
Declaration
public VirtualKeyboardLayout MainButtonsLayout { get; }
Property Value
VirtualKeyboardLayout
|
NumpadButtonsLayout
Gets the VirtualKeyboardLayout that holds all buttons from the numpad keys group of the keyboard.
Declaration
public VirtualKeyboardLayout NumpadButtonsLayout { get; }
Property Value
VirtualKeyboardLayout
|