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