Class
RadSplashScreenAutomationPeer

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:

cs-api-definition
public class RadSplashScreenAutomationPeer : FrameworkElementAutomationPeer

Inheritance: objectRadSplashScreenAutomationPeer

Constructors

RadSplashScreenAutomationPeer(RadSplashScreen)

Initializes a new instance of the RadSplashScreenAutomationPeer class.

Declaration

cs-api-definition
public RadSplashScreenAutomationPeer(RadSplashScreen owner)

Parameters

owner

RadSplashScreen

The owner RadSplashScreen instance.

Methods

GetAutomationControlTypeCore()

Declaration

cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()

Returns

AutomationControlType

GetClassNameCore()

Declaration

cs-api-definition
protected override string GetClassNameCore()

Returns

string

GetHelpTextCore()

Declaration

cs-api-definition
protected override string GetHelpTextCore()

Returns

string

GetItemStatusCore()

Declaration

cs-api-definition
protected override string GetItemStatusCore()

Returns

string

GetLocalizedControlTypeCore()

Declaration

cs-api-definition
protected override string GetLocalizedControlTypeCore()

Returns

string

GetNameCore()

Declaration

cs-api-definition
protected override string GetNameCore()

Returns

string