In This Article

TreeListViewItemWrapperAutomationPeer Class

Exposes TreeListViewItem types to UI Automation.

public class TreeListViewItemWrapperAutomationPeer : TreeListBoxItemWrapperAutomationPeer
Inheritance:
object AutomationPeer UIElementAutomationPeer FrameworkElementAutomationPeer TreeListBoxItemWrapperAutomationPeer object
Derived:
PropertyGridItemWrapperAutomationPeer

Constructors

TreeListViewItemWrapperAutomationPeer(TreeListViewItem)

Initializes a new instance of the TreeListViewItemAutomationPeer class.

public TreeListViewItemWrapperAutomationPeer(TreeListViewItem owner)
Parameter Type Description
owner TreeListViewItem

The owner element.

Methods

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