skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class RadVirtualKeyboard

A virtual keyboard that mimics the actions of a physical one.

Inheritance
System.Object
RadVirtualKeyboard
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.Navigation.dll

Syntax

[TelerikToolboxCategory("Navigation")]
public class RadVirtualKeyboard : Control, IThemable, IDisposable

Constructors

RadVirtualKeyboard()

Initializes a new instance of the RadVirtualKeyboard class.

Declaration
public RadVirtualKeyboard()

Fields

CultureProperty

Identifies the Culture dependency property.

Declaration
public static readonly DependencyProperty CultureProperty
Field Value
System.Windows.DependencyProperty

DefaultKeyboardLayoutProperty

Identifies the DefaultKeyboardLayout dependency property.

Declaration
public static readonly DependencyProperty DefaultKeyboardLayoutProperty
Field Value
System.Windows.DependencyProperty

IsKeyPressSoundEnabledProperty

Identifies the IsKeyPressSoundEnabled dependency property.

Declaration
public static readonly DependencyProperty IsKeyPressSoundEnabledProperty
Field Value
System.Windows.DependencyProperty

SynchronizeCultureWithSystemProperty

Identifies the SynchronizeCultureWithSystem dependency property.

Declaration
public static readonly DependencyProperty SynchronizeCultureWithSystemProperty
Field Value
System.Windows.DependencyProperty

VirtualKeyboardTemplateSelectorProperty

Identifies the VirtualKeyboardTemplateSelector dependency property.

Declaration
public static readonly DependencyProperty VirtualKeyboardTemplateSelectorProperty
Field Value
System.Windows.DependencyProperty

Properties

Culture

Gets or sets the culture to be displayed in the keyboard.

Declaration
public CultureInfo Culture { get; set; }
Property Value
System.Globalization.CultureInfo

DefaultKeyboardLayout

Gets or sets one of the default keyboard layouts.

Declaration
public DefaultKeyboardLayout DefaultKeyboardLayout { get; set; }
Property Value
DefaultKeyboardLayout

IsKeyPressSoundEnabled

Gets or sets whether pressing a key will also produce a sound.

Declaration
public bool IsKeyPressSoundEnabled { get; set; }
Property Value
System.Boolean

KeyFactory

Gets or sets the factory used for creation of key view models.

Declaration
public IKeyViewModelFactory KeyFactory { get; set; }
Property Value
IKeyViewModelFactory

KeySoundPlayer

Gets or sets the player to play sounds when a key is pressed.

Declaration
public IKeySoundPlayer KeySoundPlayer { get; set; }
Property Value
IKeySoundPlayer

SynchronizeCultureWithSystem

Gets or sets a value indicating whether the component should track the systems culture and adjust the keys accordingly.

Declaration
public bool SynchronizeCultureWithSystem { get; set; }
Property Value
System.Boolean

VirtualKeyboardTemplateSelector

Gets or sets the template selector used for creating visual elements for keys.

Declaration
public VirtualKeyboardTemplateSelector VirtualKeyboardTemplateSelector { get; set; }
Property Value
VirtualKeyboardTemplateSelector

Methods

Dispose()

Declaration
public void Dispose()

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
System.Boolean disposing

Finalize()

Declaration
protected override void Finalize()

LoadLayout(Stream)

Loads an xml containing a description of a virtual keyboard's layout.

Declaration
public void LoadLayout(Stream stream)
Parameters
System.IO.Stream stream

The stream to load the layout from.

LoadLayout(String)

Loads an xml containing a description of a virtual keyboard's layout or the default layout.

Declaration
public void LoadLayout(string filename)
Parameters
System.String filename

The file to load the layout from. Set this to null to load the default layout.

OnApplyTemplate()

Declaration
public override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer

OnInitialized(EventArgs)

Raises the System.Windows.FrameworkElement.Initialized event. This method is invoked whenever System.Windows.FrameworkElement.IsInitialized is set to true internally.

Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs e

The System.Windows.RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration
public void ResetTheme()

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
EnumerableExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
  • SDK Samples Browser
  • Sample Applications
Support Resources
  • Code Library
  • Knowledge Base
  • MVVM Support
  • Videos
  • GitHub SDK Repository
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.