TreeListViewItemAutomationPeer Class
Exposes TreeListView data items to UI Automation.
public class TreeListViewItemAutomationPeer : TreeListBoxItemAutomationPeer
- Inheritance:
- object AutomationPeer ItemAutomationPeer TreeListBoxItemAutomationPeer object
Constructors
TreeListViewItemAutomationPeer(object, TreeListViewAutomationPeer)
Initializes a new instance of the TreeListViewItemAutomationPeer
class.
public TreeListViewItemAutomationPeer(object item, TreeListViewAutomationPeer itemsControlAutomationPeer)
Parameter | Type | Description |
---|---|---|
item | object | The data item. |
itemsControlAutomationPeer | TreeListViewAutomationPeer | The items control automation peer. |
Methods
GetClassNameCore()
Gets a name that is used with AutomationControlType
, to differentiate the control that is represented by this AutomationPeer
.
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