ClassPropertyGridFieldAutomationPeer
Class
An AutomationPeer type for PropertyGridField.
Definition
Namespace:Telerik.Windows.Automation.Peers
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
cs-api-definition
public class PropertyGridFieldAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider, IScrollItemProvider
Inheritance: objectPropertyGridFieldAutomationPeer
Implements:
Constructors
PropertyGridFieldAutomationPeer(PropertyGridField)
Initializes a new instance of the PropertyGridFieldAutomationPeer class.
Declaration
cs-api-definition
public PropertyGridFieldAutomationPeer(PropertyGridField owner)
Parameters
owner
The owner.
Properties
SelectionContainer
Declaration
cs-api-definition
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
IRawElementProviderSimple
Methods
AddToSelection()
Declaration
cs-api-definition
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
cs-api-definition
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
AutomationControlType
GetChildrenCore()
Declaration
cs-api-definition
[SuppressMessage("Microsoft.Design", "CA1002:DoNotExposeGenericLists")]
protected override List<AutomationPeer> GetChildrenCore()
Returns
List<AutomationPeer>
GetLocalizedControlTypeCore()
Declaration
cs-api-definition
protected override string GetLocalizedControlTypeCore()
Returns
GetPattern(PatternInterface)
Declaration
cs-api-definition
public override object GetPattern(PatternInterface patternInterface)
Parameters
patternInterface
PatternInterface
Returns
RemoveFromSelection()
Declaration
cs-api-definition
public void RemoveFromSelection()
ScrollIntoView()
Declaration
cs-api-definition
public void ScrollIntoView()
Select()
Declaration
cs-api-definition
public void Select()