An AutomationPeer type for PropertyGridField.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PropertyGridFieldAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Inheritance: objectPropertyGridFieldAutomationPeer
Implements:
Constructors
Initializes a new instance of the PropertyGridFieldAutomationPeer class.
C#
public PropertyGridFieldAutomationPeer(PropertyGridField owner)
The owner.
Properties
C#
public bool IsSelected { get; }
SelectionContainer
IRawElementProviderSimple
C#
public IRawElementProviderSimple SelectionContainer { get; }
Methods
C#
public void AddToSelection()
C#
protected override AutomationControlType GetAutomationControlTypeCore()
AutomationControlType
C#
public override object GetPattern(PatternInterface patternInterface)
C#
public void RemoveFromSelection()
C#
public void ScrollIntoView()
C#
public void Select()