PropertyGridItemAutomationPeer Class
Exposes PropertyGrid data items to UI Automation.
public class PropertyGridItemAutomationPeer : TreeListBoxItemAutomationPeer
- Inheritance:
- object AutomationPeer ItemAutomationPeer TreeListBoxItemAutomationPeer object
Constructors
PropertyGridItemAutomationPeer(object, PropertyGridAutomationPeer)
Initializes a new instance of the PropertyGridItemAutomationPeer
class.
public PropertyGridItemAutomationPeer(object item, PropertyGridAutomationPeer itemsControlAutomationPeer)
Parameter | Type | Description |
---|---|---|
item | object | The data item. |
itemsControlAutomationPeer | PropertyGridAutomationPeer | The items control automation peer. |
Methods
GetAutomationIdCore()
Gets the string that uniquely identifies the FrameworkElement
that is associated with this FrameworkElementAutomationPeer
.
protected override string GetAutomationIdCore()
Returns
- string:
The string that uniquely identifies the
FrameworkElement
that is associated with thisFrameworkElementAutomationPeer
.
GetClassNameCore()
Gets a name that is used with AutomationControlType
, to differentiate the control that is represented by this AutomationPeer
.
GetItemTypeCore()
Gets a human-readable string that contains the type of item that the specified element represents.
GetLocalizedControlTypeCore()
Gets a localized string that represents the AutomationControlType
value for the control that is associated with this automation peer.
Inherited Members
- TreeListBoxItemAutomationPeer.Collapse()
- TreeListBoxItemAutomationPeer.Expand()
- TreeListBoxItemAutomationPeer.GetAutomationControlTypeCore()
- TreeListBoxItemAutomationPeer.GetChildrenCore()
- TreeListBoxItemAutomationPeer.GetPattern(PatternInterface)
- TreeListBoxItemAutomationPeer.ScrollIntoView()
- TreeListBoxItemAutomationPeer.ExpandCollapseState