Interface
IVirtualKeyboardLayout

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

VirtualKeyboardKeyLayoutMode

TotalColumnsCount

Gets the total number of logical columns.

Declaration

cs-api-definition
double TotalColumnsCount { get; }

Property Value

double

TotalRowsCount

Gets the total number of logical rows.

Declaration

cs-api-definition
double TotalRowsCount { get; }

Property Value

double

Methods

ArrangeKeyboardLayout(RectangleF)

Arranges current instance into a predefined rectangle.

Declaration

cs-api-definition
void ArrangeKeyboardLayout(RectangleF rectangle)

Parameters

rectangle

RectangleF

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()