Represents a window that hosts a virtual keyboard, allowing users to input text through a visual keyboard display. This class inherits from RadWindow and is designed to provide a user-friendly interface for inputting text in scenarios where a physical keyboard may not be available. The RadVirtualKeyboard instance is set as the content of the window, facilitating the interaction between the user and the input methods.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
public class RadVirtualKeyboardWindow : RadWindow, INotifyLayoutChange, IDragAware
Inheritance: objectWindowBaseRadWindowRadVirtualKeyboardWindow
Implements:
Inherited Members
Constructors
Initializes a new instance of the RadVirtualKeyboardWindow class.
public RadVirtualKeyboardWindow(RadVirtualKeyboard keyboard)
Properties
Gets the RadVirtualKeyboard hosted in the window.
public RadVirtualKeyboard VirtualKeyboard { get; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Create the automation peer for this class.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
Overrides:
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Overrides:
Indicates whether the Window should be activated when the focus goes to it.
Indicates whether the Window should be activated when it is shown.
Determines whether the control should focus when it is activated.