In This Article

PropertyGridItemWrapperAutomationPeer Class

Exposes PropertyGridItem types to UI Automation.

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

Constructors

PropertyGridItemWrapperAutomationPeer(PropertyGridItem)

Initializes a new instance of the PropertyGridItemAutomationPeer class.

public PropertyGridItemWrapperAutomationPeer(PropertyGridItem owner)
Parameter Type Description
owner PropertyGridItem

The owner element.

Methods

GetAutomationIdCore()

Gets the string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.

protected override string GetAutomationIdCore()

Returns

string:

The string that uniquely identifies the FrameworkElement that is associated with this FrameworkElementAutomationPeer.

GetItemTypeCore()

Gets a human-readable string that contains the type of item that the specified element represents.

protected override string GetItemTypeCore()

Returns

string:

The item type.

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.

GetNameCore()

Gets text that describes the element that is associated with this automation peer.

protected override string GetNameCore()

Returns

string:

The name.

Inherited Members