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

Represents the automation peer for the RadSplashScreen control, providing support for UI automation clients. This class enables automation tools to interact with the RadSplashScreen by exposing its properties and behaviors in a format that is accessible to automated processes. It overrides methods to return relevant custom property values, control types, and names for the splash screen, facilitating enhanced accessibility features and custom automation functionality.

Definition

Namespace:Telerik.Windows.Automation.Peers

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class RadSplashScreenAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadSplashScreenAutomationPeer

Constructors

Initializes a new instance of the RadSplashScreenAutomationPeer class.

C#
public RadSplashScreenAutomationPeer(RadSplashScreen owner)
Parameters:ownerRadSplashScreen

The owner RadSplashScreen 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