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

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

Constructors

Initializes a new instance of the RadWindowAutomationPeer class.

C#
public RadWindowAutomationPeer(RadWindow window)
Parameters:windowRadWindow

The owner RadWindow instance.