AutomationProperties.ControlledPeersProperty Property

Definition

Identifies the ControlledPeers attached property, which is used for a collection of automation elements that can be manipulated by the specified automation element.

public:
 static property DependencyProperty ^ ControlledPeersProperty { DependencyProperty ^ get(); };
static DependencyProperty ControlledPeersProperty();
public static DependencyProperty ControlledPeersProperty { get; }
var dependencyProperty = AutomationProperties.controlledPeersProperty;
Public Shared ReadOnly Property ControlledPeersProperty As DependencyProperty

Property Value

The identifier for the ControlledPeers attached property.

Remarks

There's no public attached property for ControlledPeers because this is an advanced scenario. Use GetControlledPeers to get the list of controlled automation elements.

ControlledPeers is used when an automation element affects one or more segments of either the application UI or the desktop. This makes it easier to associate the impact of the control operation on other UI elements.

Applies to

See also