Interface IVirtualKeyboardLayout
Exposes members needed for the layout of RadVirtualKeyboard.
Namespace: Telerik.WinControls.VirtualKeyboard
Assembly: Telerik.WinControls.UI.dll
Syntax
public interface IVirtualKeyboardLayout
Properties
KeyLayoutMode
Gets a value indicating how the keys will be arranged.
Declaration
VirtualKeyboardKeyLayoutMode KeyLayoutMode { get; }
Property Value
VirtualKeyboardKeyLayoutMode
|
TotalColumnsCount
Gets the total number of logical columns.
Declaration
double TotalColumnsCount { get; }
Property Value
System.Double
|
TotalRowsCount
Gets the total number of logical rows.
Declaration
double TotalRowsCount { get; }
Property Value
System.Double
|
Methods
ArrangeKeyboardLayout(RectangleF)
Arranges current instance into a predefined rectangle.
Declaration
void ArrangeKeyboardLayout(RectangleF rectangle)
Parameters
System.Drawing.RectangleF
rectangle
The predefined rectangle. |
ResetLayout()
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.
Declaration
void ResetLayout()