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)

Exposes TreeListView data items to UI Automation.

public TreeListViewItemAutomationPeer(object item, TreeListViewAutomationPeer itemsControlAutomationPeer)
Parameter Type Description
item object

The data item.

itemsControlAutomationPeer TreeListViewAutomationPeer

The items control automation peer.

Methods

GetClassNameCore()

When overridden in a derived class, is called by GetClassName().

protected override string GetClassNameCore()

Returns

string:

The class name.

GetLocalizedControlTypeCore()

When overridden in a derived class, is called by GetLocalizedControlType().

protected override string GetLocalizedControlTypeCore()

Returns

string:

The type of the control.

Inherited Members

Extension Methods