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