New to Telerik UI for WinFormsStart a free 30-day trial

Exposes members needed for the layout of RadVirtualKeyboard.

Definition

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)
Parameters:rectangleRectangleF

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