Class PropertyGridFieldAutomationPeer
Inheritance
System.Object
PropertyGridFieldAutomationPeer
Namespace: Telerik.UI.Automation.Peers
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridFieldAutomationPeer : FrameworkElementAutomationPeer, ISelectionItemProvider
Constructors
PropertyGridFieldAutomationPeer(PropertyGridField)
Declaration
public PropertyGridFieldAutomationPeer(PropertyGridField owner)
Parameters
Property
|
Properties
IsSelected
Declaration
public bool IsSelected { get; }
Property Value
System.
|
SelectionContainer
Declaration
public IRawElementProviderSimple SelectionContainer { get; }
Property Value
Microsoft.
|
Methods
AddToSelection()
Declaration
public void AddToSelection()
GetAutomationControlTypeCore()
Declaration
protected override AutomationControlType GetAutomationControlTypeCore()
Returns
Microsoft.
|
GetAutomationIdCore()
Declaration
protected override string GetAutomationIdCore()
Returns
System.
|
GetChildrenCore()
Declaration
protected virtual List<AutomationPeer> GetChildrenCore()
Returns
System.
|
GetClassNameCore()
Declaration
protected override string GetClassNameCore()
Returns
System.
|
GetLocalizedControlTypeCore()
Declaration
protected override string GetLocalizedControlTypeCore()
Returns
System.
|
GetNameCore()
Declaration
protected override string GetNameCore()
Returns
System.
|
GetPatternCore(PatternInterface)
Declaration
protected override object GetPatternCore(PatternInterface patternInterface)
Parameters
Microsoft.
|
Returns
System.
|
RemoveFromSelection()
Declaration
public void RemoveFromSelection()
Select()
Declaration
public void Select()