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)

Exposes TreeListViewItem types to UI Automation.

public TreeListViewItemWrapperAutomationPeer(TreeListViewItem owner)
Parameter Type Description
owner TreeListViewItem

The owner element.

Methods

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