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)
The owner RadSplashScreen instance.
Methods
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType