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

Represents the automation peer for the RadVirtualKeyboard class. This class serves as a bridge between the UI Automation client and the RadVirtualKeyboard object, providing support for UI Automation features such as control type, name, help text, and custom property values.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadVirtualKeyboardAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadVirtualKeyboardAutomationPeer

Constructors

Initializes a new instance of the RadVirtualKeyboardAutomationPeer class.

C#
public RadVirtualKeyboardAutomationPeer(RadVirtualKeyboard owner)
Parameters:ownerRadVirtualKeyboard

The owner RadVirtualKeyboard instance.

Methods

C#
protected override AutomationControlType GetAutomationControlTypeCore()
Returns:

AutomationControlType

C#
protected override string GetClassNameCore()
Returns:

string

C#
protected override string GetHelpTextCore()
Returns:

string

C#
protected override string GetItemStatusCore()
Returns:

string

C#
protected override string GetLocalizedControlTypeCore()
Returns:

string

C#
protected override string GetNameCore()
Returns:

string