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

Keyboard Window

Updated on Sep 15, 2025

VirtualKeyboard provides a special window element that is styled according to the keyboard design.

To open the keyboard window, use the RadVirtualKeyboardWindow control and its Show method.

Showing RadVirtualKeyboardWindow

C#
	var keyboardWindow = new RadVirtualKeyboardWindow(new RadVirtualKeyboard());
	keyboardWindow.Show();

WPF RadVirtualKeyboard Keyboard Window

See Also

In this article
See Also
Not finding the help you need?
Contact Support