ClassRadVirtualKeyboardWindow
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
RadVirtualKeyboardWindow(RadVirtualKeyboard)
Initializes a new instance of the RadVirtualKeyboardWindow class.
Declaration
public RadVirtualKeyboardWindow(RadVirtualKeyboard keyboard)
Parameters
keyboard
Properties
VirtualKeyboard
Gets the RadVirtualKeyboard hosted in the window.
Declaration
public RadVirtualKeyboard VirtualKeyboard { get; }
Property Value
Methods
OnCreateAutomationPeer()
Create the automation peer for this class.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
Overrides
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.
Overrides
ShouldActivate()
Indicates whether the Window should be activated when the focus goes to it.
ShouldActivateOnShow()
Indicates whether the Window should be activated when it is shown.
ShouldFocusOnActivate()
Determines whether the control should focus when it is activated.
Declaration
protected override bool ShouldFocusOnActivate()
Returns
Overrides