ClassRadWindowAutomationPeer
Class
Provides a wrapper for the RadWindow class to enable UI Automation support. This class inherits from WindowBaseAutomationPeer and is responsible for providing custom automation properties for the RadWindow control. The GetCustomPropertyValuesCore() method is overridden to supply additional property values from the owner RadWindow instance, such as BorderBackground, Icon, WindowStartupLocation, and others, to support accessibility and automation clients.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
cs-api-definition
public class RadWindowAutomationPeer : WindowBaseAutomationPeer, ITransformProvider, IWindowProvider
Inheritance: objectWindowBaseAutomationPeerRadWindowAutomationPeer
Derived Classes:
Implements:
Inherited Members
Constructors
RadWindowAutomationPeer(RadWindow)
Initializes a new instance of the RadWindowAutomationPeer class.