In This Article

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.

protected override string GetClassNameCore()

Returns

string:

The class name.

GetLocalizedControlTypeCore()

Gets a localized string that represents the AutomationControlType value for the control that is associated with this automation peer.

protected override string GetLocalizedControlTypeCore()

Returns

string:

The control type.

Inherited Members