IVirtualKeyboardLayout
Interface
Exposes members needed for the layout of RadVirtualKeyboard.
Definition
Namespace:Telerik.WinControls.VirtualKeyboard
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public interface IVirtualKeyboardLayout
Derived Classes:
Properties
Gets a value indicating how the keys will be arranged.
C#
VirtualKeyboardKeyLayoutMode KeyLayoutMode { get; }
Gets the total number of logical columns.
C#
double TotalColumnsCount { get; }
Gets the total number of logical rows.
C#
double TotalRowsCount { get; }
Methods
Arranges current instance into a predefined rectangle.
C#
void ArrangeKeyboardLayout(RectangleF rectangle)
The predefined rectangle.
Resets the logical layout. When VirtualKeyboardLayoutPanels, VirtualKeyboardLayout and/or IKeys are added, removed or changed, this method needs to be called to refresh and update the logical layout.
C#
void ResetLayout()